mirror of
https://github.com/anope/anope.git
synced 2026-07-07 11:43:12 +02:00
Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9
This commit is contained in:
@@ -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> ¶ms)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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> ¶ms)
|
||||
|
||||
@@ -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> ¶ms)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -310,7 +310,7 @@ class CommandNSResend : public Command
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
if (Config->NSEmailReg)
|
||||
source.Reply(_("Resend the registration passcode"));
|
||||
source.Reply(" %-14s %s", this->name.c_str(),_("Resend the registration passcode"));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -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> ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user