diff options
Diffstat (limited to 'src/core/bs_help.c')
-rw-r--r-- | src/core/bs_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/bs_help.c b/src/core/bs_help.c index ae0e73fdf..05fbc9f8d 100644 --- a/src/core/bs_help.c +++ b/src/core/bs_help.c @@ -30,7 +30,7 @@ class CommandBSHelp : public Command return MOD_CONT; } - void OnSyntaxError(User *u) + void OnSyntaxError(User *u, const ci::string &subcommand) { // Abuse syntax error to display general list help. notice_help(s_BotServ, u, BOT_HELP); |