diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index 47e4483d1..8543b0199 100644 --- a/include/modules.h +++ b/include/modules.h @@ -260,8 +260,9 @@ class CoreExport Command : public Flags<CommandFlag> /** Requested when the user provides bad syntax to this command (not enough params, etc). * @param u The user executing the command. + * @param subcommand The subcommand the user tried to use */ - virtual void OnSyntaxError(User *u); + virtual void OnSyntaxError(User *u, const ci::string &subcommand); /** Set which command permission (e.g. chanserv/forbid) is required for this command. * @param reststr The permission required to successfully execute this command |