diff options
Diffstat (limited to 'modules/core/ns_help.cpp')
-rw-r--r-- | modules/core/ns_help.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/core/ns_help.cpp b/modules/core/ns_help.cpp index 94442606e..e7659a6aa 100644 --- a/modules/core/ns_help.cpp +++ b/modules/core/ns_help.cpp @@ -19,6 +19,7 @@ class CommandNSHelp : public Command CommandNSHelp() : 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) |