diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-03 00:03:02 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-03 00:03:02 +0000 |
commit | eca76366f66c25a557685bf48d76183d352d2713 (patch) | |
tree | 78c342b3f1fc0e9aedaad4914a68d0b98714f789 /src | |
parent | eda1fca43e1712e7fc0bc2deb5adaa4b898eafe3 (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/protocol/inspircd11.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/protocol/inspircd11.c b/src/protocol/inspircd11.c index 682cd5b21..5716a3ec1 100644 --- a/src/protocol/inspircd11.c +++ b/src/protocol/inspircd11.c @@ -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)) { |