summaryrefslogtreecommitdiff
path: root/src/core/ns_help.c
diff options
context:
space:
mode:
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 29c71a5c5..6a4f630b0 100644
--- a/src/core/ns_help.c
+++ b/src/core/ns_help.c
@@ -40,7 +40,7 @@ class CommandNSHelp : public Command
return MOD_CONT;
}
- void OnSyntaxError(User *u)
+ void OnSyntaxError(User *u, const ci::string &subcommand)
{
notice_help(s_NickServ, u, NICK_HELP);
FOREACH_MOD(I_OnNickServHelp, OnNickServHelp(u));