mirror of
https://github.com/anope/anope.git
synced 2026-07-09 04:23:13 +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:
parent
409671f5d0
commit
b768f0be3f
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user