3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-26 04:32:51 +01:00

example-conf: dcument the altnicks option on clientbot

This commit is contained in:
James Lu 2017-08-21 23:12:22 -07:00
parent 0bb4a35c6f
commit 62e4e66321

View File

@ -391,6 +391,11 @@ servers:
#pylink_nick: pybot #pylink_nick: pybot
#pylink_ident: pybot #pylink_ident: pybot
# You can also define alternate fallback nicks on Clientbot. These will be used in order
# if successive nicks are unavailable, falling back to the default nick plus an increasing
# number of underscores.
#pylink_altnicks: ["pybot`", "pybot-"]
# SSL options. Certfile and keyfile are optional, but can be used for CertFP/SASL external # SSL options. Certfile and keyfile are optional, but can be used for CertFP/SASL external
# if supported. # if supported.
ssl: true ssl: true