summaryrefslogtreecommitdiff
path: root/modules/protocol/bahamut.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-12 01:51:14 -0400
committerAdam <Adam@anope.org>2011-08-12 01:51:14 -0400
commit54710a782b49f01a868987227e9b8748d28834cb (patch)
tree1acc31bc5d8a05b30412129601ff3c6521d3b014 /modules/protocol/bahamut.cpp
parentd44a1d08673c6f78df162a76616152fc2ea7cbd5 (diff)
Removed the unused ChannelModeBan code
Diffstat (limited to 'modules/protocol/bahamut.cpp')
-rw-r--r--modules/protocol/bahamut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/bahamut.cpp b/modules/protocol/bahamut.cpp
index 67efb0953..1fca45c39 100644
--- a/modules/protocol/bahamut.cpp
+++ b/modules/protocol/bahamut.cpp
@@ -535,7 +535,7 @@ class ProtoBahamut : public Module
ModeManager::AddUserMode(new UserMode(UMODE_DEAF, 'd'));
/* b/e/I */
- ModeManager::AddChannelMode(new ChannelModeBan(CMODE_BAN, 'b'));
+ ModeManager::AddChannelMode(new ChannelModeList(CMODE_BAN, 'b'));
/* v/h/o/a/q */
ModeManager::AddChannelMode(new ChannelModeStatus(CMODE_VOICE, 'v', '+'));