diff options
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) |