ms_fsend: chase API updates for 7.1

This commit is contained in:
William Pitcock 2012-09-24 00:21:26 -05:00
parent 3327f00f7f
commit 3421c73604
1 changed files with 1 additions and 1 deletions

View File

@ -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