diff --git a/example-conf.yml b/example-conf.yml index dcf9ccc..ff9e35d 100644 --- a/example-conf.yml +++ b/example-conf.yml @@ -249,6 +249,28 @@ servers: # (atheme, etc.) use_extended_accounts: true + # Sample Clientbot configuration, if you want to connect PyLink as a bot to relay somewhere + # (or do other bot things). + magicnet: + ip: 1.2.3.4 + port: 6697 + + # Server password (optional). + #sendpass: "wastedbytes103" + + channels: ["#this-works-as-usual"] + protocol: "clientbot" + + # You can set any clientbot-specific nicks and idents here + 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: true + #ssl_certfile: mycert.pem + #ssl_keyfile: mycert.pem + # Plugins to load (omit the .py extension) plugins: # Commands plugin: Provides core commands such as logging in, shutting down