pychess / pychess

PyChess - a chess client for Linux/Windows
https://pychess.github.io/
GNU General Public License v3.0
700 stars 187 forks source link

FICS formula #759

Closed pychess closed 9 years ago

pychess commented 9 years ago

Original issue 760 reported by gbtami 2013-04-02

In OfferManager we use setVariable("formula", "!suicide & !bughouse & !atomic"), but in BoardManager setVariable("formula", "")

Is it correct?

pychess commented 9 years ago

Original comment 1. posted by gbtami 2013-07-27

It would be better to not touch formula var at all, just filter not supported game type match requests where needed.

pychess commented 9 years ago

Original comment 2. posted by gbtami 2013-07-29

This issue was closed by revision 8db62ecb7d25.