diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-10 21:48:47 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-10 21:48:47 +0000 |
commit | 88186bfd2c1f7b0d5fea151485c91703735ef048 (patch) | |
tree | 5116fffac1d4a8537145e1dac64e6d0fdebc447c | |
parent | 2e08b60cf77d1ef4ab9e34b42ecb0b35454fae31 (diff) |
Fix mistake noted by CyberBotX.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1991 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | src/core/ns_update.c | 2 |
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; |