lichess-bot-devs / lichess-bot

A bridge between Lichess bots and chess engines
GNU Affero General Public License v3.0
715 stars 434 forks source link

Append block list from challenge to matchmaking #978

Closed MarkZH closed 2 weeks ago

MarkZH commented 3 weeks ago

Type of pull request:

Description:

Adds an option to the configuration file to add the entries in the challenge: block_list to the matchmaking: block_list. This avoids having to copy one block list into the other.

Related Issues:

Closes #975

Checklist:

Screenshots/logs (if applicable):

N/A

AttackingOrDefending commented 3 weeks ago

Shouldn't we set a default value for include_challenge_block_list in config.py?