diff options
Diffstat (limited to 'src/core/ns_getpass.c')
-rw-r--r-- | src/core/ns_getpass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_getpass.c b/src/core/ns_getpass.c index aa524eacd..9dcf0d3d5 100644 --- a/src/core/ns_getpass.c +++ b/src/core/ns_getpass.c @@ -66,7 +66,7 @@ class CommandNSGetPass : public Command return true; } - void OnSyntaxError(User *u) + void OnSyntaxError(User *u, const ci::string &subcommand) { syntax_error(s_NickServ, u, "GETPASS", NICK_GETPASS_SYNTAX); } |