diff options
Diffstat (limited to 'src/core/os_mode.c')
-rw-r--r-- | src/core/os_mode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_mode.c b/src/core/os_mode.c index 616db1690..cf273f616 100644 --- a/src/core/os_mode.c +++ b/src/core/os_mode.c @@ -53,7 +53,7 @@ class CommandOSMode : public Command return true; } - void OnSyntaxError(User *u) + void OnSyntaxError(User *u, const ci::string &subcommand) { syntax_error(s_OperServ, u, "MODE", OPER_MODE_SYNTAX); } |