aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_timedbans.cpp
diff options
context:
space:
mode:
authorGravatar attilamolnar2013-05-26 22:40:45 +0200
committerGravatar attilamolnar2013-06-01 23:41:42 +0200
commitd16a4554002e915f4512dc8b72e4a49073931e63 (patch)
treeea6c893523fe885f053f6b45185be56611088d9f /src/modules/m_timedbans.cpp
parentRemove 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.cpp2
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)
{
}