summaryrefslogtreecommitdiff
path: root/modules/core/ms_help.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/ms_help.cpp')
-rw-r--r--modules/core/ms_help.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/core/ms_help.cpp b/modules/core/ms_help.cpp
index 54210e4fe..29b70d662 100644
--- a/modules/core/ms_help.cpp
+++ b/modules/core/ms_help.cpp
@@ -19,6 +19,7 @@ class CommandMSHelp : public Command
CommandMSHelp() : 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)