summaryrefslogtreecommitdiff
path: root/src/core/cs_status.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_status.c')
-rw-r--r--src/core/cs_status.c2
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);
}