diff options
Diffstat (limited to 'src/core/cs_invite.c')
-rw-r--r-- | src/core/cs_invite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_invite.c b/src/core/cs_invite.c index c51d85300..d73d7693f 100644 --- a/src/core/cs_invite.c +++ b/src/core/cs_invite.c @@ -70,7 +70,7 @@ class CommandCSInvite : public Command return true; } - void OnSyntaxError(User *u) + void OnSyntaxError(User *u, const ci::string &subcommand) { syntax_error(s_ChanServ, u, "INVITE", CHAN_INVITE_SYNTAX); } |