From b32c961c2e268d1f9ea83285de0239fadfd2f2f8 Mon Sep 17 00:00:00 2001 From: lethality Date: Wed, 27 Jul 2011 16:54:50 +0100 Subject: Show the description in cs help set instead of the syntax --- modules/core/cs_set_securefounder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/core/cs_set_securefounder.cpp') diff --git a/modules/core/cs_set_securefounder.cpp b/modules/core/cs_set_securefounder.cpp index aceb120a3..3a35ccca0 100644 --- a/modules/core/cs_set_securefounder.cpp +++ b/modules/core/cs_set_securefounder.cpp @@ -19,7 +19,7 @@ class CommandCSSetSecureFounder : public Command CommandCSSetSecureFounder(Module *creator, const Anope::string &cname = "chanserv/set/securefounder", const Anope::string &cpermission = "") : Command(creator, cname, 2, 2, cpermission) { this->SetDesc(_("Stricter control of channel founder status")); - this->SetDesc(_("\037channel\037 {ON | OFF}")); + this->SetSyntax(_("\037channel\037 {ON | OFF}")); } void Execute(CommandSource &source, const std::vector ¶ms) -- cgit