summaryrefslogtreecommitdiff
path: root/src/core/os_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/os_help.c')
-rw-r--r--src/core/os_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_help.c b/src/core/os_help.c
index bbff487f7..698bdd209 100644
--- a/src/core/os_help.c
+++ b/src/core/os_help.c
@@ -28,7 +28,7 @@ class CommandOSHelp : public Command
return MOD_CONT;
}
- void OnSyntaxError(User *u)
+ void OnSyntaxError(User *u, const ci::string &subcommand)
{
notice_help(s_OperServ, u, OPER_HELP);
FOREACH_MOD(I_OnOperServHelp, OnOperServHelp(u));