From 5b476a25970d8c9271be41df5b9ec0aee329342b Mon Sep 17 00:00:00 2001 From: DukePyrolator Date: Wed, 16 Mar 2011 06:14:28 +0100 Subject: added a description for the HELP command --- modules/core/cs_help.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/core/cs_help.cpp') diff --git a/modules/core/cs_help.cpp b/modules/core/cs_help.cpp index 67b2354f9..294a26b62 100644 --- a/modules/core/cs_help.cpp +++ b/modules/core/cs_help.cpp @@ -20,6 +20,7 @@ class CommandCSHelp : public Command { this->SetFlag(CFLAG_ALLOW_UNREGISTERED); this->SetFlag(CFLAG_STRIP_CHANNEL); + this->SetDesc(_("Displays this list and give information about commands")); } CommandReturn Execute(CommandSource &source, const std::vector ¶ms) -- cgit