From 62e4e663216094abd630c3c8919aee7bc7238800 Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 21 Aug 2017 23:12:22 -0700 Subject: [PATCH] example-conf: dcument the altnicks option on clientbot --- example-conf.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/example-conf.yml b/example-conf.yml index a64c185..7b3e31c 100644 --- a/example-conf.yml +++ b/example-conf.yml @@ -391,6 +391,11 @@ servers: #pylink_nick: 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 # if supported. ssl: true