diff options
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r-- | src/protocol/unreal32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index d8f60514d..46a94cbf8 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -214,7 +214,6 @@ class UnrealIRCdProto : public IRCDProto case 'r': if (add && !nick_identified(user)) { common_svsmode(user, "-r", NULL); - user->RemoveMode('r'); } break; case 't': |