diff options
Diffstat (limited to 'src/core/cs_getkey.c')
-rw-r--r-- | src/core/cs_getkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_getkey.c b/src/core/cs_getkey.c index 447b866b7..387769aee 100644 --- a/src/core/cs_getkey.c +++ b/src/core/cs_getkey.c @@ -52,7 +52,7 @@ class CommandCSGetKey : public Command return true; } - void OnSyntaxError(User *u) + void OnSyntaxError(User *u, const ci::string &subcommand) { syntax_error(s_ChanServ, u, "GETKEY", CHAN_GETKEY_SYNTAX); } |