diff options
author | Adam <Adam@anope.org> | 2013-04-04 18:45:45 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-04-04 18:45:45 -0500 |
commit | c4ef566a6577dfdb1b8b0eb8cc85b428f77fe2e2 (patch) | |
tree | 1a8614a2112b0a8b360efc29ea322224a7c1c686 | |
parent | 66376335ab64719d01ded1250d48c787f8bc88ec (diff) |
Fix /hs reject syntax
-rw-r--r-- | modules/commands/hs_request.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/commands/hs_request.cpp b/modules/commands/hs_request.cpp index a09718621..df104f721 100644 --- a/modules/commands/hs_request.cpp +++ b/modules/commands/hs_request.cpp @@ -227,6 +227,7 @@ class CommandHSReject : public Command CommandHSReject(Module *creator) : Command(creator, "hostserv/reject", 1, 2) { this->SetDesc(_("Reject the requested vHost of a user")); + this->SetSyntax(_("\037nick\037")); } void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) anope_override |