Exercise UCCI option 'newgame' also after 'isready' handshake
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 8 Dec 2018 20:58:46 +0000 (21:58 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 8 Dec 2018 20:58:46 +0000 (21:58 +0100)
commit8d90214e278c27dbf72b24383ac9e3ad24d54a27
tree96ec8a57f110fa559ee8eef9d40c400c8dc7fd8f
parent3ec8885c5e09e26dc907693ff02adc6c46d7dc73
Exercise UCCI option 'newgame' also after 'isready' handshake

The patch that moved the sending of 'ucinewgame' to after the initial
'isready' handshake overlooked that this was actually the else-clause
of an if-statement that emitted 'option newgame' for UCCI. Now it is not
really clear when the latter should be emitted, as it seems to be ignored
even in Elephant Eye, but treating it as a variant of 'ucinewgame' seems
best. Accidentally the statement behind it did not suffer from being
in the else-clause, as it processed the UCI_Variant option, which does
not exist in UCCI anyway.
UCI2WB.c