mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +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"]
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user