mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:14:47 +02:00
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
This commit is contained in:
parent
64dc6e4bad
commit
2e04402341
+3
-2
@@ -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);
|
||||
|
||||
+6
-1
@@ -8,11 +8,16 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="0"
|
||||
VERSION_BUILD="27"
|
||||
VERSION_BUILD="28"
|
||||
VERSION_EXTRA=""
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# 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
|
||||
#
|
||||
#
|
||||
# BUILD : 1.7.0 (27)
|
||||
# BUGS : none
|
||||
# NOTES : Normalized language files and updated Changes.lang
|
||||
|
||||
Reference in New Issue
Block a user