mirror of
https://github.com/anope/anope.git
synced 2026-06-29 06:06:37 +02:00
Made the IsValidHost checks configurable
This commit is contained in:
@@ -99,7 +99,7 @@ class CommandHSRequest : public Command
|
||||
return;
|
||||
}
|
||||
|
||||
if (!isValidHost(host, 3))
|
||||
if (!IsValidHost(host))
|
||||
{
|
||||
source.Reply(HOST_SET_ERROR);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user