ms_fsend: chase API updates for 7.1
This commit is contained in:
parent
3327f00f7f
commit
3421c73604
|
@ -138,7 +138,7 @@ static void ms_cmd_fsend(sourceinfo_t *si, int parc, char *parv[])
|
||||||
/* Should we email this? */
|
/* Should we email this? */
|
||||||
if (tmu->flags & MU_EMAILMEMOS)
|
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
|
/* Note: do not disclose other nicks they're logged in with
|
||||||
|
|
Loading…
Reference in New Issue