diff options
Diffstat (limited to 'modules/commands/bs_bot.cpp')
-rw-r--r-- | modules/commands/bs_bot.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/bs_bot.cpp b/modules/commands/bs_bot.cpp index e882d3e04..170e1073a 100644 --- a/modules/commands/bs_bot.cpp +++ b/modules/commands/bs_bot.cpp @@ -11,7 +11,7 @@ #include "module.h" -class CommandBSBot +class CommandBSBot final : public Command { private: @@ -371,7 +371,7 @@ public: } }; -class BSBot +class BSBot final : public Module { CommandBSBot commandbsbot; |