1
0
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:
Adam
2013-04-11 00:20:24 -05:00
parent 4f9b7874d6
commit cb64d806c1
14 changed files with 2 additions and 22 deletions
-1
View File
@@ -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> &params) anope_override