diff options
Diffstat (limited to 'modules/core/cs_set_peace.cpp')
-rw-r--r-- | modules/core/cs_set_peace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_set_peace.cpp b/modules/core/cs_set_peace.cpp index e51f9e81b..76e95e55d 100644 --- a/modules/core/cs_set_peace.cpp +++ b/modules/core/cs_set_peace.cpp @@ -19,7 +19,7 @@ class CommandCSSetPeace : public Command CommandCSSetPeace(Module *creator, const Anope::string &cname = "chanserv/set/peace", const Anope::string &cpermission = "") : Command(creator, cname, 2, 2, cpermission) { this->SetDesc(_("Regulate the use of critical commands")); - this->SetSyntax(_("\037channel\037 PEACE {ON | OFF}")); + this->SetSyntax(_("\037channel\037 {ON | OFF}")); } void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |