diff options
Diffstat (limited to 'src/core/cs_status.c')
-rw-r--r-- | src/core/cs_status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_status.c b/src/core/cs_status.c index cada09062..71c998dc1 100644 --- a/src/core/cs_status.c +++ b/src/core/cs_status.c @@ -52,7 +52,7 @@ class CommandCSStatus : public Command return true; } - void OnSyntaxError(User *u) + void OnSyntaxError(User *u, const ci::string &subcommand) { syntax_error(s_ChanServ, u, "STATUS", CHAN_STATUS_SYNTAX); } |