diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-16 00:56:17 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-16 00:56:17 +0000 |
commit | 01806ba86146730cf404daef624ee5208fc2e056 (patch) | |
tree | 8bf6127239d9bd2a9be5189dd2400c8082a51723 /src/protocol/bahamut.c | |
parent | 69d5982adbc763150beee66bf45196d808dfb991 (diff) |
Remove UnRestrictSAdmin.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1738 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/bahamut.c')
-rw-r--r-- | src/protocol/bahamut.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c index d26379aa9..9effddb20 100644 --- a/src/protocol/bahamut.c +++ b/src/protocol/bahamut.c @@ -488,13 +488,6 @@ class BahamutIRCdProto : public IRCDProto case '-': add = 0; break; - case 'a': - if (UnRestrictSAdmin) break; - if (add && !is_services_admin(user)) { - common_svsmode(user, "-a", NULL); - user->mode &= ~UMODE_a; - } - break; case 'd': if (!ac) { alog("user: umode +d with no parameter (?) for user %s", user->nick); |