summaryrefslogtreecommitdiff
path: root/modules/core/cs_set_securefounder.cpp
diff options
context:
space:
mode:
authorlethality <lethality@anope.org>2011-07-27 16:54:50 +0100
committerlethality <lethality@anope.org>2011-07-27 16:54:50 +0100
commitb32c961c2e268d1f9ea83285de0239fadfd2f2f8 (patch)
tree6fae96de568677b1f47ea4c629f248bbebfef9ee /modules/core/cs_set_securefounder.cpp
parent088337ea076b763e82b3f46c6ec0a91b53d3f170 (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.cpp2
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> &params)