diff options
Diffstat (limited to 'modules/commands/ms_info.cpp')
-rw-r--r-- | modules/commands/ms_info.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/commands/ms_info.cpp b/modules/commands/ms_info.cpp index b8b44085b..adeb5d082 100644 --- a/modules/commands/ms_info.cpp +++ b/modules/commands/ms_info.cpp @@ -11,7 +11,8 @@ #include "module.h" -class CommandMSInfo : public Command +class CommandMSInfo + : public Command { public: CommandMSInfo(Module *creator) : Command(creator, "memoserv/info", 0, 1) @@ -218,7 +219,8 @@ public: } }; -class MSInfo : public Module +class MSInfo + : public Module { CommandMSInfo commandmsinfo; |