From cb64d806c164be33bf26ba300c0a15c130b91a15 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 11 Apr 2013 00:20:24 -0500 Subject: Remove the need for having to set syntax to "" for commands with no syntax --- modules/commands/hs_request.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/commands/hs_request.cpp') diff --git a/modules/commands/hs_request.cpp b/modules/commands/hs_request.cpp index 8b551f0ed..1e8f2aa82 100644 --- a/modules/commands/hs_request.cpp +++ b/modules/commands/hs_request.cpp @@ -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 ¶ms) anope_override -- cgit