diff options
| author | 2013-05-26 22:35:32 +0200 | |
|---|---|---|
| committer | 2013-06-01 23:41:42 +0200 | |
| commit | ca838821e7c53da0ddaee35d9a401e3a5eaf8c8c (patch) | |
| tree | 01aafc155364f74a95f04472ec9b18d44c820dde /src/modules/m_timedbans.cpp | |
| parent | Remove #define MAXPARAMETERS and "MAXPARA" 005 token (diff) | |
Remove useless ModeType parameter from ModeWatcher::BeforeMode() and AfterMode()
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 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; |
