diff options
Diffstat (limited to 'modules/commands/ms_ignore.cpp')
-rw-r--r-- | modules/commands/ms_ignore.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/commands/ms_ignore.cpp b/modules/commands/ms_ignore.cpp index b4da89785..a1d2d6dc3 100644 --- a/modules/commands/ms_ignore.cpp +++ b/modules/commands/ms_ignore.cpp @@ -11,7 +11,8 @@ #include "module.h" -class CommandMSIgnore : public Command +class CommandMSIgnore + : public Command { public: CommandMSIgnore(Module *creator) : Command(creator, "memoserv/ignore", 1, 3) @@ -118,7 +119,8 @@ public: } }; -class MSIgnore : public Module +class MSIgnore + : public Module { CommandMSIgnore commandmsignore; |