diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-11 12:49:25 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-11 12:49:25 +0100 |
commit | 3e9f516d556351efe5fbd678a3db86d25274c436 (patch) | |
tree | 30776ab35903899ff66cea6ced03c874b0b21b8a /data/stats.standalone.example.conf | |
parent | 744b8bc4dc823e090b8004c0ac82dc73837f4bef (diff) |
Consistently use yes/no instead of true/false in the configs.
Diffstat (limited to 'data/stats.standalone.example.conf')
-rw-r--r-- | data/stats.standalone.example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/stats.standalone.example.conf b/data/stats.standalone.example.conf index 37fe4ab4d..00c2e3e17 100644 --- a/data/stats.standalone.example.conf +++ b/data/stats.standalone.example.conf @@ -323,13 +323,13 @@ networkinfo vhost_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-" /* - * If set to true, allows vhosts to not contain dots (.). + * If enabled, allows vhosts to not contain dots (.). * Newer IRCds generally do not have a problem with this, but the same warning as * vhost_chars applies. * * It is recommended you DON'T change this. */ - allow_undotted_vhosts = false + allow_undotted_vhosts = no /* * The characters that are not allowed to be at the very beginning or very ending |