summaryrefslogtreecommitdiff
path: root/modules/core/ns_help.cpp
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@anope.org>2011-03-16 06:14:28 +0100
committerDukePyrolator <DukePyrolator@anope.org>2011-03-16 06:14:28 +0100
commit5b476a25970d8c9271be41df5b9ec0aee329342b (patch)
tree79dfe14d12c90507eb4ad2cc415cd45793039f8b /modules/core/ns_help.cpp
parentbceeda80875f15327ac9cc2a930822a910ac0cb8 (diff)
added a description for the HELP command
Diffstat (limited to 'modules/core/ns_help.cpp')
-rw-r--r--modules/core/ns_help.cpp1
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> &params)