diff options
Diffstat (limited to 'modules/core/cs_saset.cpp')
-rw-r--r-- | modules/core/cs_saset.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/core/cs_saset.cpp b/modules/core/cs_saset.cpp index 6dcec0f56..50a6f0bc9 100644 --- a/modules/core/cs_saset.cpp +++ b/modules/core/cs_saset.cpp @@ -21,6 +21,7 @@ class CommandCSSASet : public Command public: CommandCSSASet() : Command("SASET", 2, 3) { + this->SetDesc("Forcefully set channel options and information"); } ~CommandCSSASet() @@ -97,11 +98,6 @@ class CommandCSSASet : public Command SyntaxError(source, "SASET", LanguageString::CHAN_SASET_SYNTAX); } - void OnServHelp(CommandSource &source) - { - source.Reply(_(" SASET Forcefully set channel options and information")); - } - bool AddSubcommand(Module *creator, Command *c) { c->module = creator; |