mirror of
https://github.com/anope/anope.git
synced 2026-06-26 18:36:39 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -18,6 +18,7 @@ class CommandHSSetAll : public Command
|
||||
public:
|
||||
CommandHSSetAll() : Command("SETALL", 2, 2, "hostserv/set")
|
||||
{
|
||||
this->SetDesc("Set the vhost for all nicks in a group");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -116,11 +117,6 @@ class CommandHSSetAll : public Command
|
||||
{
|
||||
SyntaxError(source, "SETALL", _("SETALL \002<nick>\002 \002<hostmask>\002."));
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" SETALL Set the vhost for all nicks in a group"));
|
||||
}
|
||||
};
|
||||
|
||||
class HSSetAll : public Module
|
||||
|
||||
Reference in New Issue
Block a user