diff options
Diffstat (limited to 'modules/core/cs_set_peace.cpp')
-rw-r--r-- | modules/core/cs_set_peace.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/core/cs_set_peace.cpp b/modules/core/cs_set_peace.cpp index 11cf545a1..321b297bd 100644 --- a/modules/core/cs_set_peace.cpp +++ b/modules/core/cs_set_peace.cpp @@ -18,6 +18,7 @@ class CommandCSSetPeace : public Command public: CommandCSSetPeace(const Anope::string &cpermission = "") : Command("PEACE", 2, 2, cpermission) { + this->SetDesc("Regulate the use of critical commands"); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) @@ -57,11 +58,6 @@ class CommandCSSetPeace : public Command { SyntaxError(source, "SET PEACE", _("SET \037channel\037 PEACE {ON | OFF}")); } - - void OnServHelp(CommandSource &source) - { - source.Reply(_(" PEACE Regulate the use of critical commands"), "SET"); - } }; class CommandCSSASetPeace : public CommandCSSetPeace |