diff options
Diffstat (limited to 'modules/commands/cs_ban.cpp')
-rw-r--r-- | modules/commands/cs_ban.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/commands/cs_ban.cpp b/modules/commands/cs_ban.cpp index 5419ac263..ff019e602 100644 --- a/modules/commands/cs_ban.cpp +++ b/modules/commands/cs_ban.cpp @@ -13,7 +13,7 @@ static Module *me; -class TempBan +class TempBan final : public Timer { private: @@ -32,7 +32,7 @@ public: } }; -class CommandCSBan +class CommandCSBan final : public Command { public: @@ -239,7 +239,7 @@ public: } }; -class CSBan +class CSBan final : public Module { CommandCSBan commandcsban; |