summaryrefslogtreecommitdiff
path: root/src/core/hs_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hs_help.c')
-rw-r--r--src/core/hs_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_help.c b/src/core/hs_help.c
index da0e6d4ee..24d3946c8 100644
--- a/src/core/hs_help.c
+++ b/src/core/hs_help.c
@@ -29,7 +29,7 @@ class CommandHSHelp : public Command
return MOD_CONT;
}
- void OnSyntaxError(User *u)
+ void OnSyntaxError(User *u, const ci::string &subcommand)
{
notice_help(s_HostServ, u, HOST_HELP, s_HostServ);
FOREACH_MOD(I_OnHostServHelp, OnHostServHelp(u));