1
0
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:
Adam
2011-08-25 00:36:04 -04:00
parent bb8e04c835
commit d4db2b84f2
9 changed files with 90 additions and 129 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ class CommandHSRequest : public Command
return;
}
if (!isValidHost(host, 3))
if (!IsValidHost(host))
{
source.Reply(HOST_SET_ERROR);
return;