1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 08:56:37 +02:00

BUILD : 1.7.3 (152) NOTES : Reverted chanserv.c changes.

git-svn-id: svn://svn.anope.org/anope/trunk@152 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@107 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-05-30 15:06:01 +00:00
parent 392806d317
commit 82fc4b2f99
2 changed files with 4 additions and 5 deletions
-4
View File
@@ -4754,8 +4754,6 @@ static int do_levels(User * u)
short level;
int i;
int is_list = (cmd && stricmp(cmd, "LIST") == 0);
/* If SET, we want two extra parameters; if DIS[ABLE] or FOUNDER, we want only
* one; else, we want none.
*/
@@ -4769,8 +4767,6 @@ static int do_levels(User * u)
notice_lang(s_ChanServ, u, CHAN_X_FORBIDDEN, chan);
} else if (ci->flags & CI_XOP) {
notice_lang(s_ChanServ, u, CHAN_LEVELS_XOP);
} else if (is_list && !check_access(u, ci, CA_ACCESS_LIST)) {
notice_lang(s_ChanServ, u, ACCESS_DENIED);
} else if (!is_founder(u, ci) && !is_services_admin(u)) {
notice_lang(s_ChanServ, u, ACCESS_DENIED);
} else if (stricmp(cmd, "SET") == 0) {
+4 -1
View File
@@ -8,10 +8,13 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="3"
VERSION_BUILD="151"
VERSION_BUILD="152"
# $Log$
#
# BUILD : 1.7.3 (152)
# NOTES : Reverted chanserv.c changes.
#
# BUILD : 1.7.3 (151)
# BUGS : 77
# NOTES : HostServ functions no longer called for non VHOST capable ircds.