diff options
Diffstat (limited to 'modules/commands/bs_botlist.cpp')
-rw-r--r-- | modules/commands/bs_botlist.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/commands/bs_botlist.cpp b/modules/commands/bs_botlist.cpp index a62cfe174..828b5af99 100644 --- a/modules/commands/bs_botlist.cpp +++ b/modules/commands/bs_botlist.cpp @@ -11,7 +11,8 @@ #include "module.h" -class CommandBSBotList : public Command +class CommandBSBotList + : public Command { public: CommandBSBotList(Module *creator) : Command(creator, "botserv/botlist", 0, 0) @@ -65,7 +66,8 @@ public: } }; -class BSBotList : public Module +class BSBotList + : public Module { CommandBSBotList commandbsbotlist; |