mirror of
https://github.com/anope/anope.git
synced 2026-06-30 01:36:38 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -18,6 +18,7 @@ class CommandHSDelAll : public Command
|
||||
public:
|
||||
CommandHSDelAll() : Command("DELALL", 1, 1, "hostserv/del")
|
||||
{
|
||||
this->SetDesc("Delete the vhost for all nicks in a group");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -60,11 +61,6 @@ class CommandHSDelAll : public Command
|
||||
{
|
||||
SyntaxError(source, "DELALL", _("DELALL <nick>\002."));
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" DELALL Delete the vhost for all nicks in a group"));
|
||||
}
|
||||
};
|
||||
|
||||
class HSDelAll : public Module
|
||||
|
||||
Reference in New Issue
Block a user