summaryrefslogtreecommitdiff
path: root/src/core/ms_set.c
diff options
context:
space:
mode:
authorsjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864>2009-04-26 16:40:06 +0000
committersjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864>2009-04-26 16:40:06 +0000
commitb9d2e9c09209dc68d86b1729c57f378d013c177e (patch)
treecee4d62770a00f39e89f7e91acc270796018b444 /src/core/ms_set.c
parent49512f902c351a828b26b0b20f21444e671697e2 (diff)
To document the use of /ms set notify mail and nomail. (Backported to 1.8 in r2289) (Adam)
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2290 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/ms_set.c')
-rw-r--r--src/core/ms_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ms_set.c b/src/core/ms_set.c
index 4d96b355e..2368a7ce2 100644
--- a/src/core/ms_set.c
+++ b/src/core/ms_set.c
@@ -56,7 +56,7 @@ class CommandMSSet : public Command
}
else if (!stricmp(param, "OFF"))
{
- u->nc->flags &= ~(NI_MEMO_SIGNON | NI_MEMO_RECEIVE);
+ u->nc->flags &= ~(NI_MEMO_SIGNON | NI_MEMO_RECEIVE | NI_MEMO_MAIL);
notice_lang(s_MemoServ, u, MEMO_SET_NOTIFY_OFF, s_MemoServ);
}
else