diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-25 04:12:34 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-25 04:12:34 +0000 |
commit | 0e8de37778d82c7909038b8847b92a98aff6f5e7 (patch) | |
tree | e18ad05ecd82bb30ede854a3336e5282daf9d4a1 /src/protocol/bahamut.c | |
parent | 338cb38ee833442c3fe4b1799fb1fefa9f80d3ef (diff) |
Rewrote part of news system and moved it all to os_news.c. Removed src/news.c
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2584 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/bahamut.c')
-rw-r--r-- | src/protocol/bahamut.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c index 143cb07a0..709b1a67e 100644 --- a/src/protocol/bahamut.c +++ b/src/protocol/bahamut.c @@ -174,7 +174,6 @@ class BahamutIRCdProto : 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; |