diff options
Diffstat (limited to 'src/core/ns_help.c')
-rw-r--r-- | src/core/ns_help.c | 2 |
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); |