mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-24 03:29:28 +01:00
example-conf: add sample Clientbot config
This commit is contained in:
parent
13c0e50358
commit
f92cb55eb1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user