mirror of
https://github.com/anope/anope.git
synced 2026-06-29 03:46:37 +02:00
Fix /hs reject syntax
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user