diff options
| author | 2013-05-26 22:40:45 +0200 | |
|---|---|---|
| committer | 2013-06-01 23:41:42 +0200 | |
| commit | d16a4554002e915f4512dc8b72e4a49073931e63 (patch) | |
| tree | ea6c893523fe885f053f6b45185be56611088d9f /src/modules/m_timedbans.cpp | |
| parent | Remove useless ModeType parameter from ModeWatcher::BeforeMode() and AfterMode() (diff) | |
Watch mode names with ModeWatchers instead of mode letters
Diffstat (limited to 'src/modules/m_timedbans.cpp')
| -rw-r--r-- | src/modules/m_timedbans.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_timedbans.cpp b/src/modules/m_timedbans.cpp index 90b8fccdd..a76d89c82 100644 --- a/src/modules/m_timedbans.cpp +++ b/src/modules/m_timedbans.cpp @@ -115,7 +115,7 @@ class BanWatcher : public ModeWatcher { public: BanWatcher(Module* parent) - : ModeWatcher(parent, 'b', MODETYPE_CHANNEL) + : ModeWatcher(parent, "ban", MODETYPE_CHANNEL) { } |
