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:
parent
ffdc313376
commit
84eee41734
@ -260,16 +260,20 @@ servers:
|
|||||||
channels: ["#this-works-as-usual"]
|
channels: ["#this-works-as-usual"]
|
||||||
protocol: "clientbot"
|
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_nick: pybot
|
||||||
#pylink_ident: pybot
|
#pylink_ident: pybot
|
||||||
|
|
||||||
# SSL options. Certfile and keyfile are optional for clientbot but can be used for CertFP
|
# SSL options. Certfile and keyfile are optional but can be used for CertFP login if
|
||||||
# login if supported.
|
# supported.
|
||||||
ssl: true
|
ssl: true
|
||||||
#ssl_certfile: mycert.pem
|
#ssl_certfile: mycert.pem
|
||||||
#ssl_keyfile: mycert.pem
|
#ssl_keyfile: mycert.pem
|
||||||
|
|
||||||
|
# Autoconnect works like usual.
|
||||||
|
autoconnect: 30
|
||||||
|
|
||||||
# Plugins to load (omit the .py extension)
|
# Plugins to load (omit the .py extension)
|
||||||
plugins:
|
plugins:
|
||||||
# Commands plugin: Provides core commands such as logging in, shutting down
|
# Commands plugin: Provides core commands such as logging in, shutting down
|
||||||
|
Loading…
Reference in New Issue
Block a user