summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/ns_update.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ns_update.c b/src/core/ns_update.c
index 8396ad728..a044a2285 100644
--- a/src/core/ns_update.c
+++ b/src/core/ns_update.c
@@ -46,9 +46,10 @@ class CommandNSUpdate : public Command
return MOD_CONT;
}
- bool Help(User *u)
+ bool OnHelp(User *u)
{
notice_lang(s_NickServ, u, NICK_HELP_UPDATE);
+ return true;
}
};