Skip to content

Commit

Permalink
tente=1, continue, ics=connected to server
Browse files Browse the repository at this point in the history
  • Loading branch information
drbeco committed Jul 4, 2018
1 parent ad65681 commit b7383ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
xadreco version "5.84.180703.225215"
xadreco version "5.84.180703.225612"
4 changes: 3 additions & 1 deletion xadreco.c
Original file line number Diff line number Diff line change
Expand Up @@ -2163,11 +2163,13 @@ char humajoga(tabuleiro *tabu)
if(!strcmp(movinito, "ics")) /* Am I at a server? */
{
scanf2(movinito); /* get server name */
printdbg(debug, "# connected to server: %s\n",movinito);
if(!strcmp(movinito, "freechess.org")) /* Is it FICS? */
server=fics; /* FICS */
else
server=lichess; /* LICHESS */
printdbg(debug, "# xboard: connected to server: %s (%d)\n", movinito, server);
tente = 1;
continue;
}
if(!strcmp(movinito, "resign"))
{
Expand Down

0 comments on commit b7383ee

Please sign in to comment.