diff options
Diffstat (limited to 'modules/commands/ms_set.cpp')
-rw-r--r-- | modules/commands/ms_set.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/commands/ms_set.cpp b/modules/commands/ms_set.cpp index 946535f64..bd745a5ef 100644 --- a/modules/commands/ms_set.cpp +++ b/modules/commands/ms_set.cpp @@ -11,7 +11,8 @@ #include "module.h" -class CommandMSSet : public Command +class CommandMSSet + : public Command { private: void DoNotify(CommandSource &source, const std::vector<Anope::string> ¶ms, MemoInfo *mi) @@ -298,7 +299,8 @@ public: } }; -class MSSet : public Module +class MSSet + : public Module { CommandMSSet commandmsset; SerializableExtensibleItem<bool> memo_signon, memo_receive, memo_mail, memo_hardmax; |