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/os_reload.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/commands/os_reload.cpp') diff --git a/modules/commands/os_reload.cpp b/modules/commands/os_reload.cpp index fcf3868fa..00e649ed7 100644 --- a/modules/commands/os_reload.cpp +++ b/modules/commands/os_reload.cpp @@ -19,7 +19,6 @@ class CommandOSReload : public Command CommandOSReload(Module *creator) : Command(creator, "operserv/reload", 0, 0) { this->SetDesc(_("Reload services' configuration file")); - this->SetSyntax(""); } void Execute(CommandSource &source, const std::vector ¶ms) anope_override -- cgit