all repos — paprika @ profile

go rewrite of taigabot

config/example.yml (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#pass: yourpass
10
11# SASL password (cert support tbd) for nickserv identification
12#sasl: mynickserv-pass
13
14# database, and other state, directory
15# defaults to XDG_DATA_HOME or
16# STATE_DIRECTORY if using StateDirectory= in a systemd service unit file
17#db-path: /var/lib/mybot/state
18
19# a newline delimited list of channels
20channels:
21  - '#taigobot-test'
22
23# : by itself terminates a list
24# API Keys are stored in a map by IDENT: value
25#api-keys:
26#  - somesite: somekey