diff options
Diffstat (limited to 'src/core/cs_drop.c')
-rw-r--r-- | src/core/cs_drop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_drop.c b/src/core/cs_drop.c index 5d4c43bfb..8363b9400 100644 --- a/src/core/cs_drop.c +++ b/src/core/cs_drop.c @@ -102,7 +102,7 @@ class CommandCSDrop : public Command return true; } - void OnSyntaxError(User *u) + void OnSyntaxError(User *u, const ci::string &subcommand) { syntax_error(s_ChanServ, u, "DROP", CHAN_DROP_SYNTAX); } |