diff options
Diffstat (limited to 'modules/commands/cs_register.cpp')
-rw-r--r-- | modules/commands/cs_register.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/commands/cs_register.cpp b/modules/commands/cs_register.cpp index 14d23f1f5..e16413b79 100644 --- a/modules/commands/cs_register.cpp +++ b/modules/commands/cs_register.cpp @@ -11,7 +11,8 @@ #include "module.h" -class CommandCSRegister : public Command +class CommandCSRegister + : public Command { public: CommandCSRegister(Module *creator) : Command(creator, "chanserv/register", 1, 2) @@ -110,7 +111,8 @@ public: }; -class CSRegister : public Module +class CSRegister + : public Module { CommandCSRegister commandcsregister; |