1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 23:26:39 +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
@@ -610,7 +610,7 @@ class ProtoPlexus : public Module
ModeManager::AddUserMode(new UserMode(UMODE_CLOAK, 'x'));
/* 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'));