1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 05:56:38 +02:00

added a description for the HELP command

This commit is contained in:
DukePyrolator
2011-03-16 06:14:28 +01:00
parent bceeda8087
commit 5b476a2597
6 changed files with 6 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ class CommandBSHelp : 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> &params)
+1
View File
@@ -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> &params)
+1
View File
@@ -19,6 +19,7 @@ class CommandHSHelp : public Command
CommandHSHelp() : 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)
+1
View File
@@ -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)
+1
View File
@@ -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)
+1
View File
@@ -18,6 +18,7 @@ class CommandOSHelp : public Command
public:
CommandOSHelp() : Command("HELP", 1, 1)
{
this->SetDesc(_("Displays this list and give information about commands"));
}
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> &params)