summaryrefslogtreecommitdiff
path: root/src/core/ns_sendpass.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ns_sendpass.c')
-rw-r--r--src/core/ns_sendpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_sendpass.c b/src/core/ns_sendpass.c
index f5fcb1790..7ccd3b081 100644
--- a/src/core/ns_sendpass.c
+++ b/src/core/ns_sendpass.c
@@ -77,7 +77,7 @@ class CommandNSSendPass : public Command
return true;
}
- void OnSyntaxError(User *u)
+ void OnSyntaxError(User *u, const ci::string &subcommand)
{
syntax_error(s_NickServ, u, "SENDPASS", NICK_SENDPASS_SYNTAX);
}