-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsettings.yaml
24 lines (24 loc) · 910 Bytes
/
settings.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# use of $./newyearsbot -yaml "settings.yaml"
# irc server 1
- nick: "hnyparty88" # 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
password: "" # irc password
prefix: '!' # default if omitted
email: "[email protected]" # 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: "partybot00"
channels: ["#blash444", "#testchan444"] # array of channels, mandatory field
server: testnet.ergo.chat:6697
nossl: false
password: ""
prefix: '.'
email: "[email protected]"
nolimit: false
colors: true
debug: true # prints all irc comms to console