1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 04:56:38 +02:00

BUILD : 1.7.19 (1275) BUGS : 753 NOTES : Services Admins and Services Opers can now be kicked by ChanServ.

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@994 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-27 19:32:35 +00:00
parent 409671f5d0
commit b768f0be3f
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ Anope Version S V N
08/21 F Re-worded the CHAN_LEVELS_XOP string in en_us [ #00]
08/27 F Functions firstuser and first_uid now don't collide when used. [#764]
08/27 F Is not posible to use CS SET XOP when cs_xop is not loaded. [#747]
08/27 F SA and SO can be kicked by ChanServ now. [#753]
Anope Version 1.7.19
--------------------
+1 -1
View File
@@ -1484,7 +1484,7 @@ int check_kick(User * user, char *chan)
if (!ci)
return 0;
if (is_oper(user) || is_services_admin(user))
if (user->isSuperAdmin == 1)
return 0;
if (ci->flags & CI_VERBOTEN) {
+4
View File
@@ -14,6 +14,10 @@ VERSION_BUILD="1275"
# $Log$
#
# BUILD : 1.7.19 (1275)
# BUGS : 753
# NOTES : Services Admins and Services Opers can now be kicked by ChanServ.
#
# BUILD : 1.7.19 (1275)
# BUGS : 747
# NOTES : CS SET XOP can not be used if cs_xop is not loaded.
#