Fix variant recognition in ICS mode
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 13 Jan 2016 21:23:55 +0000 (22:23 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 13 Jan 2016 21:23:55 +0000 (22:23 +0100)
commit7949d2168ee377694b645dc909f3cb93039588ee
tree89a3c6a8ec14aa5af3424961fc2f788aa337bbf9
parenta47dabb3f4384723d696aaf26d5ce87b35df533f
Fix variant recognition in ICS mode

The patch that made recognizing variant names of the 'exotic variants'
(i.e. those beyond Shogi) more strict, by requiring an exact match,
had broken variant recognition on the Variant ICS. In that case it
has to act on strings like "ICS unrated xiangqi game", and this now
defaulted to variant normal. The requirement that the variant name
should be the first word of the string is now dropped in ICS mode.
backend.c