diff options
Diffstat (limited to 'modules/commands/os_kill.cpp')
-rw-r--r-- | modules/commands/os_kill.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/commands/os_kill.cpp b/modules/commands/os_kill.cpp index 95f1f2548..40c640826 100644 --- a/modules/commands/os_kill.cpp +++ b/modules/commands/os_kill.cpp @@ -11,7 +11,8 @@ #include "module.h" -class CommandOSKill : public Command +class CommandOSKill + : public Command { public: CommandOSKill(Module *creator) : Command(creator, "operserv/kill", 1, 2) @@ -52,7 +53,8 @@ public: } }; -class OSKill : public Module +class OSKill + : public Module { CommandOSKill commandoskill; |