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 5c50dc8cd..86dd0004e 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -208,7 +208,6 @@ class UnrealIRCdProto : public IRCDProto if (add) { ++opcnt; if (WallOper) ircdproto->SendGlobops(s_OperServ, "\2%s\2 is now an IRC operator.", user->nick); - display_news(user, NEWS_OPER); } else --opcnt; break; |