diff options
author | lethality <lethality@anope.org> | 2011-07-27 16:54:50 +0100 |
---|---|---|
committer | lethality <lethality@anope.org> | 2011-07-27 16:54:50 +0100 |
commit | b32c961c2e268d1f9ea83285de0239fadfd2f2f8 (patch) | |
tree | 6fae96de568677b1f47ea4c629f248bbebfef9ee /modules/core/cs_set_securefounder.cpp | |
parent | 088337ea076b763e82b3f46c6ec0a91b53d3f170 (diff) |
Show the description in cs help set instead of the syntax
Diffstat (limited to 'modules/core/cs_set_securefounder.cpp')
-rw-r--r-- | modules/core/cs_set_securefounder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<Anope::string> ¶ms) |