diff options
Diffstat (limited to 'modules/commands/hs_group.cpp')
-rw-r--r-- | modules/commands/hs_group.cpp | 1 |
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> ¶ms) anope_override |