mirror of
https://github.com/anope/anope.git
synced 2026-06-30 18:06:39 +02:00
Nor does it have any idea what 'services admins' (+a) are.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1505 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -485,13 +485,6 @@ class InspIRCdProto : public IRCDProto
|
||||
}
|
||||
else --opcnt;
|
||||
break;
|
||||
case 'a':
|
||||
if (UnRestrictSAdmin) break;
|
||||
if (add && !is_services_admin(user)) {
|
||||
common_svsmode(user, "-a", NULL);
|
||||
user->mode &= ~UMODE_a;
|
||||
}
|
||||
break;
|
||||
case 'r':
|
||||
user->svid = add ? user->timestamp : 0;
|
||||
if (add && !nick_identified(user)) {
|
||||
|
||||
Reference in New Issue
Block a user