diff options
Diffstat (limited to 'src/modules/m_timedbans.cpp')
-rw-r--r-- | src/modules/m_timedbans.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_timedbans.cpp b/src/modules/m_timedbans.cpp index 58dffbbe4..714b8b40a 100644 --- a/src/modules/m_timedbans.cpp +++ b/src/modules/m_timedbans.cpp @@ -30,10 +30,10 @@ timedbans TimedBanList; /** Handle /TBAN */ -class cmd_tban : public command_t +class cmd_tban : public Command { public: - cmd_tban (InspIRCd* Instance) : command_t(Instance,"TBAN", 0, 3) + cmd_tban (InspIRCd* Instance) : Command(Instance,"TBAN", 0, 3) { this->source = "m_timedbans.so"; syntax = "<channel> <duration> <banmask>"; |