summaryrefslogtreecommitdiffstats
path: root/config.example.yaml
blob: 02dc9dd181a8099438b010314ee14ae8d336af4b (plain)
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
watbot:
  server:
    host: irc.casa  # mandatory, no default
    port: 6697
    tls_verify: true
  name: watest
  nick: watest  # nick is name by default
  user: watest  # user is nick by default
  bots:  # optional, no default
    games:  # mapping of bot names to games
      katyusha:
        - jeopardy  # currently jeopardy is the only integrated game
    hosts:  # hostmasks considered as valid bots
      - bot.example.com
  admins:  # optional, no default
    hosts:
      - admin.example.com
  ignores:  # optional, no default
    hosts:
      - annoying.example.com
  channels:  # optional, no default
    join:
        - crantest  # channels without a prefix character will be prefixed with "#"
    permitted:
        - '#lucy'