1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 07:33:13 +02:00

Fix some remaining uses of vHost in the configs.

This commit is contained in:
Sadie Powell
2025-05-10 13:18:23 +01:00
parent f36b311f84
commit ca30bb2370
5 changed files with 21 additions and 21 deletions
+3 -3
View File
@@ -315,7 +315,7 @@ networkinfo
* The characters allowed in hostnames. This is used for validating hostnames given
* to services, such as BotServ bot hostnames and user vhosts. Changing this is not
* recommended unless you know for sure your IRCd supports whatever characters you are
* wanting to use. Telling services to set a vHost containing characters your IRCd
* wanting to use. Telling services to set a vhost containing characters your IRCd
* disallows could potentially break the IRCd and/or Anope.
*
* It is recommended you DON'T change this.
@@ -323,7 +323,7 @@ networkinfo
vhost_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-"
/*
* If set to true, allows vHosts to not contain dots (.).
* If set to true, allows vhosts to not contain dots (.).
* Newer IRCds generally do not have a problem with this, but the same warning as
* vhost_chars applies.
*
@@ -333,7 +333,7 @@ networkinfo
/*
* The characters that are not allowed to be at the very beginning or very ending
* of a vHost. The same warning as vhost_chars applies.
* of a vhost. The same warning as vhost_chars applies.
*
* It is recommended you DON'T change this.
*/