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 267483f8d..e610e0634 100644
--- a/src/core/cs_help.c
+++ b/src/core/cs_help.c
@@ -52,7 +52,7 @@ class CommandCSHelp : public Command
return MOD_CONT;
}
- void OnSyntaxError(User *u)
+ void OnSyntaxError(User *u, const ci::string &subcommand)
{
notice_help(s_ChanServ, u, CHAN_HELP);
FOREACH_MOD(I_OnChanServHelp, OnChanServHelp(u));