From de008fd975fa5aba66a517d5b0114193cccda8ff Mon Sep 17 00:00:00 2001 From: Greg Finley Date: Sun, 17 Mar 2024 14:36:38 -0700 Subject: [PATCH] Add note that ultraBullet isn't allowed (#929) --- config.yml.default | 2 +- wiki/Configure-lichess-bot.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml.default b/config.yml.default index 38a44450e..ad786f897 100644 --- a/config.yml.default +++ b/config.yml.default @@ -146,7 +146,7 @@ challenge: # Incoming challenges. # - kingOfTheHill # - racingKings # - threeCheck - time_controls: # Time controls to accept. + time_controls: # Time controls to accept (bots are not allowed to play ultraBullet). - bullet - blitz - rapid diff --git a/wiki/Configure-lichess-bot.md b/wiki/Configure-lichess-bot.md index 5d66759bb..c55dae8bb 100644 --- a/wiki/Configure-lichess-bot.md +++ b/wiki/Configure-lichess-bot.md @@ -171,7 +171,7 @@ will precede the `go` command to start thinking with `sd 5`. The other `go_comma - antichess # etc. ``` - - `time_controls`: An indented list of acceptable time control types from `bullet` to `correspondence`. + - `time_controls`: An indented list of acceptable time control types from `bullet` to `correspondence` (bots are not allowed to play `ultraBullet`). ```yml time_controls: - bullet