summaryrefslogtreecommitdiff
path: root/src/core/cs_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_help.c')
-rw-r--r--src/core/cs_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_help.c b/src/core/cs_help.c
index 3a6d9b5b7..4d7011440 100644
--- a/src/core/cs_help.c
+++ b/src/core/cs_help.c
@@ -54,7 +54,7 @@ class CommandCSHelp : public Command
void OnSyntaxError(User *u)
{
notice_help(s_ChanServ, u, CHAN_HELP);
- moduleDisplayHelp(2, u);
+ moduleDisplayHelp(s_ChanServ, u);
if (CSExpire >= 86400)
notice_help(s_ChanServ, u, CHAN_HELP_EXPIRES, CSExpire / 86400);
if (u->nc && u->nc->IsServicesOper())