3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

example-conf: relay::tag_nicks = false is no longer experimental

We've been using this in production with 2.0 for quite some time.

[skip ci]
This commit is contained in:
James Lu 2018-05-11 14:00:59 -07:00
parent 13c315c9a2
commit 5d098f57d7

View File

@ -673,16 +673,15 @@ relay:
# option in server blocks override this if specified. # option in server blocks override this if specified.
separator: "/" separator: "/"
# Determines whether all nicks will be tagged by default, instead of only when a # Determines whether all relay users' nicks will be tagged with their network, instead of only
# nick collision happens. It is HIGHLY RECOMMENDED that you enable this, unless you're # when a nick collision occurs. It is recommended that you either leave this on or maintain a
# absolutely sure NO ONE will be using the same nick on 2 or more networks in your # list of nicks in "forcetag_nicks", so that your users don't complain about "nick in use"
# relay. # errors. This option defaults to True if not specified.
# This defaults to True if not specified. Disabling this option is currently
# experimental.
tag_nicks: true tag_nicks: true
# If tag_nicks is False, this specifies a list of NICK globs that network # If tag_nicks is False, this specifies a list of NICK globs that network tags should be added
# tags should be added for anyways (e.g. network services). # for anyways (e.g. network services).
# There is also a per-network version of this option: see 'relay_forcetag_nicks'.
forcetag_nicks: forcetag_nicks:
- "*Serv" - "*Serv"