diff options
author | Adam <Adam@anope.org> | 2011-03-16 01:16:15 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-03-16 01:16:15 -0400 |
commit | b95027ba28ade04542758af429505e9633fbb9ee (patch) | |
tree | 3e2d4a5786b1732d1be56c11b5e8646d1344eb92 /modules/core/ns_help.cpp | |
parent | ee9636bba2768e9e4b146c7bd98e884ab8d73a0d (diff) | |
parent | 5b476a25970d8c9271be41df5b9ec0aee329342b (diff) |
Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9
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) |