diff options
Diffstat (limited to 'src/modules/m_timedbans.cpp')
| -rw-r--r-- | src/modules/m_timedbans.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/m_timedbans.cpp b/src/modules/m_timedbans.cpp index f499642b9..690ba81ae 100644 --- a/src/modules/m_timedbans.cpp +++ b/src/modules/m_timedbans.cpp @@ -46,7 +46,8 @@ class TimedBan typedef std::vector<TimedBan> timedbans; timedbans TimedBanList; -class CommandTban : public Command +class CommandTban final + : public Command { ChanModeReference banmode; |
