summaryrefslogtreecommitdiff
path: root/src/core/cs_clear.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_clear.c')
-rw-r--r--src/core/cs_clear.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_clear.c b/src/core/cs_clear.c
index a4f6cd224..e59e4ab4e 100644
--- a/src/core/cs_clear.c
+++ b/src/core/cs_clear.c
@@ -275,7 +275,7 @@ class CommandCSClear : public Command
return true;
}
- void OnSyntaxError(User *u)
+ void OnSyntaxError(User *u, const ci::string &subcommand)
{
syntax_error(s_ChanServ, u, "CLEAR", CHAN_CLEAR_SYNTAX);
}