summaryrefslogtreecommitdiff
path: root/modules/commands/hs_group.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-04-11 00:20:24 -0500
committerAdam <Adam@anope.org>2013-04-11 00:20:24 -0500
commitcb64d806c164be33bf26ba300c0a15c130b91a15 (patch)
tree6eaca4f695ea84ce30bcf4f918476c79c6f3d313 /modules/commands/hs_group.cpp
parent4f9b7874d6b3a41939ecc2e872ec08d03af7b5f1 (diff)
Remove the need for having to set syntax to "" for commands with no syntax
Diffstat (limited to 'modules/commands/hs_group.cpp')
-rw-r--r--modules/commands/hs_group.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/hs_group.cpp b/modules/commands/hs_group.cpp
index 9f7b41d57..13062fc9e 100644
--- a/modules/commands/hs_group.cpp
+++ b/modules/commands/hs_group.cpp
@@ -32,7 +32,6 @@ class CommandHSGroup : public Command
CommandHSGroup(Module *creator) : Command(creator, "hostserv/group", 0, 0)
{
this->SetDesc(_("Syncs the vhost for all nicks in a group"));
- this->SetSyntax("");
}
void Execute(CommandSource &source, const std::vector<Anope::string> &params) anope_override