diff options
author | Adam <Adam@anope.org> | 2011-08-12 01:51:14 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-12 01:51:14 -0400 |
commit | 54710a782b49f01a868987227e9b8748d28834cb (patch) | |
tree | 1acc31bc5d8a05b30412129601ff3c6521d3b014 /modules/protocol/ratbox.cpp | |
parent | d44a1d08673c6f78df162a76616152fc2ea7cbd5 (diff) |
Removed the unused ChannelModeBan code
Diffstat (limited to 'modules/protocol/ratbox.cpp')
-rw-r--r-- | modules/protocol/ratbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/ratbox.cpp b/modules/protocol/ratbox.cpp index c0b9eb31f..e52493aed 100644 --- a/modules/protocol/ratbox.cpp +++ b/modules/protocol/ratbox.cpp @@ -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')); |