From 54710a782b49f01a868987227e9b8748d28834cb Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 12 Aug 2011 01:51:14 -0400 Subject: Removed the unused ChannelModeBan code --- modules/protocol/plexus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/protocol/plexus.cpp') diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp index 2d77696a7..038ed0358 100644 --- a/modules/protocol/plexus.cpp +++ b/modules/protocol/plexus.cpp @@ -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')); -- cgit