diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2011-03-16 06:14:28 +0100 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2011-03-16 06:14:28 +0100 |
commit | 5b476a25970d8c9271be41df5b9ec0aee329342b (patch) | |
tree | 79dfe14d12c90507eb4ad2cc415cd45793039f8b /modules/core/cs_help.cpp | |
parent | bceeda80875f15327ac9cc2a930822a910ac0cb8 (diff) |
added a description for the HELP command
Diffstat (limited to 'modules/core/cs_help.cpp')
-rw-r--r-- | modules/core/cs_help.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<Anope::string> ¶ms) |