summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/ns_update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_update.c b/src/core/ns_update.c
index a044a2285..d450c05d0 100644
--- a/src/core/ns_update.c
+++ b/src/core/ns_update.c
@@ -46,7 +46,7 @@ class CommandNSUpdate : public Command
return MOD_CONT;
}
- bool OnHelp(User *u)
+ bool OnHelp(User *u, const std::string &)
{
notice_lang(s_NickServ, u, NICK_HELP_UPDATE);
return true;