diff options
Diffstat (limited to 'modules/commands/os_list.cpp')
-rw-r--r-- | modules/commands/os_list.cpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/modules/commands/os_list.cpp b/modules/commands/os_list.cpp index e1618c7e3..514b9f523 100644 --- a/modules/commands/os_list.cpp +++ b/modules/commands/os_list.cpp @@ -11,7 +11,8 @@ #include "module.h" -class CommandOSChanList : public Command +class CommandOSChanList + : public Command { public: CommandOSChanList(Module *creator) : Command(creator, "operserv/chanlist", 0, 2) @@ -128,7 +129,8 @@ public: } }; -class CommandOSUserList : public Command +class CommandOSUserList + : public Command { public: CommandOSUserList(Module *creator) : Command(creator, "operserv/userlist", 0, 2) @@ -270,7 +272,8 @@ public: } }; -class OSList : public Module +class OSList + : public Module { CommandOSChanList commandoschanlist; CommandOSUserList commandosuserlist; |