diff options
Diffstat (limited to 'modules/commands/hs_list.cpp')
-rw-r--r-- | modules/commands/hs_list.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/commands/hs_list.cpp b/modules/commands/hs_list.cpp index 9b1a168be..bacd4b367 100644 --- a/modules/commands/hs_list.cpp +++ b/modules/commands/hs_list.cpp @@ -11,7 +11,8 @@ #include "module.h" -class CommandHSList : public Command +class CommandHSList + : public Command { public: CommandHSList(Module *creator) : Command(creator, "hostserv/list", 0, 1) @@ -142,7 +143,8 @@ public: } }; -class HSList : public Module +class HSList + : public Module { CommandHSList commandhslist; |