1
0
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:
Robin Burchell w00t@inspircd.org
2008-11-03 00:03:02 +00:00
parent eda1fca43e
commit eca76366f6
-7
View File
@@ -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)) {