diff options
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 |