mirror of
https://github.com/TehPeGaSuS/xmasbot.git
synced 2026-07-09 04:25:44 +02:00
33 lines
1.2 KiB
YAML
33 lines
1.2 KiB
YAML
# use of $./xmasbot -yaml "settings.yaml"
|
|
# irc server 1
|
|
- nick: "xmas88" # mandatory field
|
|
channels: ["#chan34564:channelkey"] # channel with channel password after the ":"
|
|
server: irc.libera.chat:6697 # default if omitted
|
|
nossl: false # true to disable SSL for irc
|
|
nocheck: false # disble ssl verification for self signed certs
|
|
password: "" # irc server password
|
|
saslnick: "" # sasl username
|
|
saslpass: "" # sasl password
|
|
prefix: '!' # default if omitted
|
|
email: "example@example.com" # mandatory field
|
|
nominatim: https://nominatim.openstreetmap.org # default if omitted
|
|
nolimit: false # true will disable protection against flood kick attack
|
|
colors: false # decorate irc messages
|
|
debug: false
|
|
# irc server 2 (and so on)
|
|
- nick: "xmas00"
|
|
channels: ["#blash444", "#testchan444"] # array of channels, mandatory field
|
|
server: testnet.ergo.chat:6697
|
|
nossl: false
|
|
password: ""
|
|
prefix: '.'
|
|
email: "example@example.com"
|
|
nolimit: false
|
|
colors: true
|
|
debug: true # prints all irc comms to console
|
|
- nick: "hnyparty99"
|
|
channels: ["#testchan2"]
|
|
email: "example@example.com" # mandatory field
|
|
bind: "2a01:4f9:c010:97e4::beef" #bind to specific host
|
|
server: "irc.ipv6.libera.chat:6665" # set server to ipv6 when binding to ipv6 address
|