all repos — paprika @ master

go rewrite of taigabot

config/example.yml (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
# IRCd Parameters
nick: paprika1234
# make sure to add the port at the end with a colon
host: irc.rizon.net:6667
# use the word true or false for this field
tls: false

# Sever password, sent as ("PASS :%s", pass)
#pass: yourpass

# SASL password (cert support tbd) for nickserv identification
#sasl: mynickserv-pass

# database, and other state, directory
# defaults to XDG_DATA_HOME or
# STATE_DIRECTORY if using StateDirectory= in a systemd service unit file
#db-path: /var/lib/mybot/state

# a newline delimited list of channels
channels:
  - '#taigobot-test'

# : by itself terminates a list
# API Keys are stored in a map by IDENT: value
#api-keys:
#  - somesite: somekey