From ca838821e7c53da0ddaee35d9a401e3a5eaf8c8c Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sun, 26 May 2013 22:35:32 +0200 Subject: Remove useless ModeType parameter from ModeWatcher::BeforeMode() and AfterMode() --- src/modules/m_timedbans.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_timedbans.cpp') diff --git a/src/modules/m_timedbans.cpp b/src/modules/m_timedbans.cpp index 8a4fbb4dc..90b8fccdd 100644 --- a/src/modules/m_timedbans.cpp +++ b/src/modules/m_timedbans.cpp @@ -119,7 +119,7 @@ class BanWatcher : public ModeWatcher { } - void AfterMode(User* source, User* dest, Channel* chan, const std::string& banmask, bool adding, ModeType type) + void AfterMode(User* source, User* dest, Channel* chan, const std::string& banmask, bool adding) { if (adding) return; -- cgit v1.3.1-10-gc9f91