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

example-conf: minor tweaks to the pylink: block

- Make the "pylink:prefixes" deprecation notice more visible
This commit is contained in:
James Lu 2017-05-21 20:20:03 -07:00 committed by GitHub
parent 297087c620
commit 9ec3cccaee

View File

@ -29,9 +29,9 @@ pylink:
# it was renamed for consistency. This defaults to false. # it was renamed for consistency. This defaults to false.
#respond_to_nick: true #respond_to_nick: true
# Custom prefixes for other service bots if they are loaded. Note: this is deprecated # Custom prefixes for other service bots if they are loaded. Note: this is DEPRECATED
# since PyLink 1.2 in favour of adding prefixes into each plugin's configuration block # since PyLink 1.2 in favour of adding prefixes into each plugin's configuration block
# itself (see the "prefix:" option in the "games:" block for this example). # itself (see the "prefix:" option in the "games:" block for an example).
#prefixes: #prefixes:
# games: "@" # games: "@"
@ -39,8 +39,9 @@ pylink:
# Defaults to true if not specified. # Defaults to true if not specified.
whois_use_hideoper: true whois_use_hideoper: true
# Determines whether extended WHOIS replies should be sent to users with # Determines whether extended WHOIS replies should be sent to users marked as a
# +B set (marked as a bot). For better security, it is recommended to leave this off. # bot (usually with umode +B). For better security (i.e. with bots that track services
# accounts for authentication), it is recommended to leave this off.
whois_show_extensions_to_bots: false whois_show_extensions_to_bots: false
# Determines whether PyLink service clients should protect themselves from # Determines whether PyLink service clients should protect themselves from