diff options
Diffstat (limited to 'modules/core/ms_set.cpp')
-rw-r--r-- | modules/core/ms_set.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/core/ms_set.cpp b/modules/core/ms_set.cpp index 6fef15c2b..9899ee362 100644 --- a/modules/core/ms_set.cpp +++ b/modules/core/ms_set.cpp @@ -201,6 +201,7 @@ class CommandMSSet : public Command public: CommandMSSet() : Command("SET", 2, 5) { + this->SetDesc("Set options related to memos"); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) @@ -294,11 +295,6 @@ class CommandMSSet : public Command { SyntaxError(source, "SET", LanguageString::NICK_SET_SYNTAX); } - - void OnServHelp(CommandSource &source) - { - source.Reply(_(" SET Set options related to memos")); - } }; class MSSet : public Module |