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

example-conf: rewrap clientbot sample, add autoconnect entry

This commit is contained in:
James Lu 2016-08-10 13:24:57 -07:00
parent ffdc313376
commit 84eee41734

View File

@ -260,16 +260,20 @@ servers:
channels: ["#this-works-as-usual"]
protocol: "clientbot"
# You can set any clientbot-specific nicks and idents here
# You can set any clientbot-specific nicks and idents here if you wish. They default to
# the nick/ident specified in the bot: config block if not given.
pylink_nick: pybot
#pylink_ident: pybot
# SSL options. Certfile and keyfile are optional for clientbot but can be used for CertFP
# login if supported.
# SSL options. Certfile and keyfile are optional but can be used for CertFP login if
# supported.
ssl: true
#ssl_certfile: mycert.pem
#ssl_keyfile: mycert.pem
# Autoconnect works like usual.
autoconnect: 30
# Plugins to load (omit the .py extension)
plugins:
# Commands plugin: Provides core commands such as logging in, shutting down