2024-09-21 16:06:04 +02:00
|
|
|
watbot:
|
2024-10-10 00:04:16 +02:00
|
|
|
database: wat.db # wat.db (in the working directory) is the default
|
2024-09-21 16:06:04 +02:00
|
|
|
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
|
2024-09-22 17:42:49 +02:00
|
|
|
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
|
2024-09-21 16:06:04 +02:00
|
|
|
admins: # optional, no default
|
|
|
|
hosts:
|
|
|
|
- admin.example.com
|
|
|
|
ignores: # optional, no default
|
|
|
|
hosts:
|
|
|
|
- annoying.example.com
|
|
|
|
channels: # optional, no default
|
2024-09-21 18:40:29 +02:00
|
|
|
join:
|
|
|
|
- crantest # channels without a prefix character will be prefixed with "#"
|
2024-09-21 16:06:04 +02:00
|
|
|
permitted:
|
|
|
|
- '#lucy'
|
|
|
|
|