From 84eee4173400e6091085f4b5cdc1b34c13bf4cff Mon Sep 17 00:00:00 2001 From: James Lu Date: Wed, 10 Aug 2016 13:24:57 -0700 Subject: [PATCH] example-conf: rewrap clientbot sample, add autoconnect entry --- example-conf.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/example-conf.yml b/example-conf.yml index 8af4678..0655b1f 100644 --- a/example-conf.yml +++ b/example-conf.yml @@ -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