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/hs_help.cpp | |
parent | bceeda80875f15327ac9cc2a930822a910ac0cb8 (diff) |
added a description for the HELP command
Diffstat (limited to 'modules/core/hs_help.cpp')
-rw-r--r-- | modules/core/hs_help.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/core/hs_help.cpp b/modules/core/hs_help.cpp index c360376c7..bf96e4d77 100644 --- a/modules/core/hs_help.cpp +++ b/modules/core/hs_help.cpp @@ -19,6 +19,7 @@ class CommandHSHelp : public Command CommandHSHelp() : Command("HELP", 1, 1) { this->SetFlag(CFLAG_ALLOW_UNREGISTERED); + this->SetDesc(_("Displays this list and give information about commands")); } CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) |