diff options
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r-- | src/protocol/unreal32.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index ab52ddf43..5a820f3aa 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -565,13 +565,6 @@ class UnrealIRCdProto : 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': if (add && !nick_identified(user)) { common_svsmode(user, "-r", NULL); |