summaryrefslogtreecommitdiffstats
path: root/config.yaml
blob: dcecb4c069d5ffc27163aa8c93da43af0f41b513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# vim: et sts=2 ts=2 sw=2
irc:
  nick: "ircbot"
  server: "irc.efnet.org"
  port: 6667
  admins:
    - "nick!user@host.tld"
  channels:
    - "#channel1"
    - "#channel2"
    - "#channel3"

http:
  port: 8080   

cache:
  file: "cache.yaml"
  max_log: 50