1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 06:53:12 +02:00

Removed the unused ChannelModeBan code

This commit is contained in:
Adam
2011-08-12 01:51:14 -04:00
parent d44a1d0867
commit 54710a782b
8 changed files with 19 additions and 27 deletions
+1 -1
View File
@@ -561,7 +561,7 @@ class ProtoRatbox : public Module
ModeManager::AddUserMode(new UserMode(UMODE_WALLOPS, 'w'));
/* b/e/I */
ModeManager::AddChannelMode(new ChannelModeBan(CMODE_BAN, 'b'));
ModeManager::AddChannelMode(new ChannelModeList(CMODE_BAN, 'b'));
ModeManager::AddChannelMode(new ChannelModeList(CMODE_EXCEPT, 'e'));
ModeManager::AddChannelMode(new ChannelModeList(CMODE_INVITEOVERRIDE, 'I'));