From 3421c736049d8a6d045a726a0e6a2f60c81e9506 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Mon, 24 Sep 2012 00:21:26 -0500 Subject: [PATCH] ms_fsend: chase API updates for 7.1 --- ms_fsend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ms_fsend.c b/ms_fsend.c index 522fa3b..c2a3e52 100644 --- a/ms_fsend.c +++ b/ms_fsend.c @@ -138,7 +138,7 @@ static void ms_cmd_fsend(sourceinfo_t *si, int parc, char *parv[]) /* Should we email this? */ if (tmu->flags & MU_EMAILMEMOS) { - sendemail(si->su, EMAIL_MEMO, tmu, memo->text); + sendemail(si->su, tmu, EMAIL_MEMO, tmu->email, memo->text); } /* Note: do not disclose other nicks they're logged in with