From c4ef566a6577dfdb1b8b0eb8cc85b428f77fe2e2 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 4 Apr 2013 18:45:45 -0500 Subject: Fix /hs reject syntax --- modules/commands/hs_request.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/commands/hs_request.cpp') 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 ¶ms) anope_override -- cgit