mirror of
https://github.com/anope/anope.git
synced 2026-07-09 00:03:14 +02:00
Remove the need for having to set syntax to "" for commands with no syntax
This commit is contained in:
@@ -321,7 +321,6 @@ class CommandHSWaiting : public Command
|
||||
CommandHSWaiting(Module *creator) : Command(creator, "hostserv/waiting", 0, 0)
|
||||
{
|
||||
this->SetDesc(_("Retrieves the vhost requests"));
|
||||
this->SetSyntax("");
|
||||
}
|
||||
|
||||
void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) anope_override
|
||||
|
||||
Reference in New Issue
Block a user