1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 14:16:37 +02:00

Fix /hs reject syntax

This commit is contained in:
Adam
2013-04-04 18:45:45 -05:00
parent 66376335ab
commit c4ef566a65
+1
View File
@@ -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> &params) anope_override