From 2529ff6daef7eb387d2fce4c6df5a31029fd5bb2 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 11 Feb 2011 03:12:39 -0500 Subject: Made the help command description code more sane --- modules/core/cs_set.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'modules/core/cs_set.cpp') diff --git a/modules/core/cs_set.cpp b/modules/core/cs_set.cpp index 560a5a1e2..55817d219 100644 --- a/modules/core/cs_set.cpp +++ b/modules/core/cs_set.cpp @@ -21,6 +21,7 @@ class CommandCSSet : public Command public: CommandCSSet() : Command("SET", 2, 3) { + this->SetDesc("Set channel options and information"); } ~CommandCSSet() @@ -101,11 +102,6 @@ class CommandCSSet : public Command SyntaxError(source, "SET", LanguageString::CHAN_SET_SYNTAX); } - void OnServHelp(CommandSource &source) - { - source.Reply(_(" SET Set channel options and information")); - } - bool AddSubcommand(Module *creator, Command *c) { c->module = creator; -- cgit