diff options
author | Pratyush Desai | 2024-10-02 20:07:10 +0200 |
---|---|---|
committer | Pratyush Desai | 2024-10-02 20:07:10 +0200 |
commit | a5cc5e031754db83816e59849de6cb75ff92f9ae (patch) | |
tree | b04127246cf8950a881904771bb2249aebb385c4 /config.example.yaml | |
parent | a475bc2f428c6fb6905f3f2896b5477a6e361f32 (diff) | |
parent | 89ed59a9c71e4b21e462a5c7746a8decc41dc487 (diff) | |
download | watbot-a5cc5e031754db83816e59849de6cb75ff92f9ae.tar.gz watbot-a5cc5e031754db83816e59849de6cb75ff92f9ae.tar.bz2 watbot-a5cc5e031754db83816e59849de6cb75ff92f9ae.zip |
Merge pull request 'Implement Jeopardy cashout' (#18) from jeopardy into master
Reviewed-on: https://git.com.de/LibertaCasa/watbot/pulls/18
Diffstat (limited to 'config.example.yaml')
-rw-r--r-- | config.example.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.example.yaml b/config.example.yaml index 5d3fbac..02dc9dd 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -6,6 +6,12 @@ watbot: 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 |