config/example.conf (view raw)
1# IRCd Parameters
2nick: paprika1234
3# make sure to add the port at the end with a colon
4host: irc.rizon.net:6667
5# use the word true or false for this field
6tls: false
7
8# Sever password, sent as "PASS :%s", pass
9# NOTE (xyz:\n:) is declaring a key with no values.
10pass:
11 # put your pass here or make it a name: value pair
12:
13
14# SASL password (cert support tbd) for nickserv identification
15sasl:
16 # put your pass here or make it a name: value pair
17:
18
19# database, and other state, directory
20# defaults to XDG_DATA_HOME or
21# STATE_DIRECTORY if using StateDirectory= in a systemd service unit file
22db-path:
23 # e.g. /var/lib/mybot/state
24:
25
26# a newline delimited list of channels
27channels:
28 # the (#) is a comment, use content start marker (') to escape it.
29 # for syntax-highlighting reasons, you can terminate content with a (') as well.
30 '#taigobot-test'
31:
32
33# : by itself terminates a list
34# API Keys are stored in a map by IDENT: value
35api-keys:
36 test: fdsafdasfdsafdsa
37: