summaryrefslogtreecommitdiff
path: root/hostserv.c
diff options
context:
space:
mode:
authorrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-04-04 10:25:54 +0000
committerrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-04-04 10:25:54 +0000
commit2e04402341757dc312aa7de4e57f0ebf4b5bcc80 (patch)
treee3611751b249c59d5bce124f3fc37b151f4d3f5b /hostserv.c
parent64dc6e4badf886daa8c842f796482e021df7fa7c (diff)
BUILD : 1.7.0 (28) BUGS : http://bugs.anope.org/show_bug.cgi?id=7 NOTES : Dont display "Commands available to services admins only:" for /hs help, as there are no services admin only commands
git-svn-id: svn://svn.anope.org/anope/trunk@28 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@19 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'hostserv.c')
-rw-r--r--hostserv.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/hostserv.c b/hostserv.c
index cea1fe689..187154641 100644
--- a/hostserv.c
+++ b/hostserv.c
@@ -824,8 +824,9 @@ static int do_help(User * u)
notice_help(s_HostServ, u, HOST_HELP, s_HostServ);
if ((is_services_oper(u)) || (is_host_setter(u)))
notice_help(s_HostServ, u, HOST_OPER_HELP);
- if (is_services_admin(u))
- notice_help(s_HostServ, u, HOST_ADMIN_HELP);
+ /* Removed as atm, there is no admin only help */
+/* if (is_services_admin(u))
+ notice_help(s_HostServ, u, HOST_ADMIN_HELP);*/
moduleDisplayHelp(6, u);
} else {
mod_help_cmd(s_HostServ, u, HOSTSERV, cmd);