1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 05:56:38 +02:00

Show the description in cs help set instead of the syntax

This commit is contained in:
lethality
2011-07-27 16:54:50 +01:00
parent 088337ea07
commit b32c961c2e
+1 -1
View File
@@ -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)