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 /include/modes.h | |
parent | d44a1d08673c6f78df162a76616152fc2ea7cbd5 (diff) |
Removed the unused ChannelModeBan code
Diffstat (limited to 'include/modes.h')
-rw-r--r-- | include/modes.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/modes.h b/include/modes.h index 579a4fecc..20d4378bc 100644 --- a/include/modes.h +++ b/include/modes.h @@ -289,14 +289,6 @@ class CoreExport ChannelModeStatus : public ChannelMode virtual ~ChannelModeStatus(); }; -/** Channel mode +b - */ -class CoreExport ChannelModeBan : public ChannelModeList -{ - public: - ChannelModeBan(ChannelModeName mName, char modeChar) : ChannelModeList(mName, modeChar) { } -}; - /** Channel mode +k (key) */ class CoreExport ChannelModeKey : public ChannelModeParam |