Geschrieben von:/Posted by: Andrew Fan at 01 August 2004 00:20:29:
Als Antwort auf:/In reply to: Refreshing an old bug report by Telmo Escobar! (still there in some programs) geschrieben von:/posted by: Günther Simon at 31 July 2004 17:21:08:
During a test with the search function of the forum
and attempts of finding some old RWBC test tourney reports,
I found again this old bug message by Telmo Escobar.
http://f11.parsimony.net/forum16635/messages/49046.htmI got curious and tested Amateur and ExChess again
and well the bug is still there

I bet it's also present in some others...
Günther
You'll be glad to know that KKFChess and FireFly have book move repetition protection :
// Ignore moves that lead to repetition
IsBookMove = (RepetitionCount(CB,16) < 2) && GetBookRec(CB,&rec);
They can still play a repeated move but not directly off the opening book.
Andrew.