Use FICS atomic draw claim for sending move in zippy mode
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 24 Jan 2010 18:09:45 +0000 (19:09 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sat, 30 Jan 2010 08:57:05 +0000 (09:57 +0100)
commit37948ed62b289c847349f54d3100ac4a223c7d35
tree158bac537d367d2ee248d52f7167c789423173c2
parent993c315fcddbf1717850eb3a4fa3748f69050c4b
Use FICS atomic draw claim for sending move in zippy mode

For this the relaying of the move had to be moved until after the
adjudication, which again has to be done after MakeMove(), which is a
bit dubious, as MakeMove might take significant time when animating.
backend.c