summaryrefslogtreecommitdiff
path: root/src/core/ns_help.c
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-15 23:09:41 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-15 23:09:41 +0000
commitc5a376cbc8068552a909de78fa1fcfe47ebb7334 (patch)
treee7fb1de344ea95baa5854220f9e51e9026d9ba71 /src/core/ns_help.c
parent629422ed862ea56f40785f9918a448ae67c6f52a (diff)
Removed notice_user() and replaced all calls with Used::SendMessage.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2078 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/ns_help.c')
-rw-r--r--src/core/ns_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_help.c b/src/core/ns_help.c
index daef3c97a..6b335bd24 100644
--- a/src/core/ns_help.c
+++ b/src/core/ns_help.c
@@ -31,7 +31,7 @@ class CommandNSHelp : public Command
int i;
notice_help(s_NickServ, u, NICK_HELP_SET_LANGUAGE);
for (i = 0; i < NUM_LANGS && langlist[i] >= 0; ++i)
- notice_user(s_NickServ, u, " %2d) %s", i + 1, langnames[langlist[i]]);
+ u->SendMessage(s_NickServ, " %2d) %s", i + 1, langnames[langlist[i]]);
}
else
mod_help_cmd(s_NickServ, u, NICKSERV, cmd);