summaryrefslogtreecommitdiff
path: root/modules/core/hs_help.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/hs_help.cpp')
-rw-r--r--modules/core/hs_help.cpp1
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> &params)