summaryrefslogtreecommitdiff
path: root/src/core/ns_access.c
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-04-10 02:16:07 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-04-10 02:16:07 +0000
commita2b1284aaca7c6034bcd105123849dfd0410f0b4 (patch)
treea6b0fb293d1b34dd83cc7b9bfb30cb8c47017fb9 /src/core/ns_access.c
parent7b6a109100c9fbcfbaa172ea71667e603f269b5e (diff)
Fix more problems with help, patch from Adam.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2270 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/ns_access.c')
-rw-r--r--src/core/ns_access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_access.c b/src/core/ns_access.c
index 4222a47b4..7e5b638ac 100644
--- a/src/core/ns_access.c
+++ b/src/core/ns_access.c
@@ -159,7 +159,7 @@ class CommandNSAccess : public Command
return MOD_CONT;
}
- bool OnHelp(User *u, std::string &subcommand)
+ bool OnHelp(User *u, const std::string &subcommand)
{
notice_help(s_NickServ, u, NICK_HELP_ACCESS);
return true;