diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-04-10 02:16:07 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-04-10 02:16:07 +0000 |
commit | a2b1284aaca7c6034bcd105123849dfd0410f0b4 (patch) | |
tree | a6b0fb293d1b34dd83cc7b9bfb30cb8c47017fb9 /src/core/cs_info.c | |
parent | 7b6a109100c9fbcfbaa172ea71667e603f269b5e (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/cs_info.c')
-rw-r--r-- | src/core/cs_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_info.c b/src/core/cs_info.c index c92cb0050..3a9c0f1d4 100644 --- a/src/core/cs_info.c +++ b/src/core/cs_info.c @@ -147,7 +147,7 @@ class CommandCSInfo : public Command return MOD_CONT; } - bool OnUserHelp(User *u) + bool OnHelp(User *u, const std::string &subcommand) { if (u->nc && u->nc->IsServicesOper()) notice_lang(s_ChanServ, u, CHAN_SERVADMIN_HELP_INFO); |