summaryrefslogtreecommitdiff
path: root/modules/core/cs_set_securefounder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_set_securefounder.cpp')
-rw-r--r--modules/core/cs_set_securefounder.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/core/cs_set_securefounder.cpp b/modules/core/cs_set_securefounder.cpp
index 85c587adf..c90d7d20c 100644
--- a/modules/core/cs_set_securefounder.cpp
+++ b/modules/core/cs_set_securefounder.cpp
@@ -18,6 +18,7 @@ class CommandCSSetSecureFounder : public Command
public:
CommandCSSetSecureFounder(const Anope::string &cpermission = "") : Command("SECUREFOUNDER", 2, 2, cpermission)
{
+ this->SetDesc("Stricter control of channel founder status");
}
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> &params)
@@ -65,11 +66,6 @@ class CommandCSSetSecureFounder : public Command
{
SyntaxError(source, "SET SECUREFOUNDER", _("SET \037channel\037 SECUREFOUNDER {ON | OFF}"));
}
-
- void OnServHelp(CommandSource &source)
- {
- source.Reply(_(" SECUREFOUNDER Stricter control of channel founder status"));
- }
};
class CommandCSSASetSecureFounder : public CommandCSSetSecureFounder