StopSearch(1);\r
}\r
else if(!strcmp(command, "xboard")) ;\r
+ else if(!strcmp(command, "random")) ;\r
else if(!strcmp(command, "accepted")) ;\r
else if(!strcmp(command, "rejected")) ;\r
+ else if(!strcmp(command, "book")) ;\r
+ else if(!strcmp(command, "ics")) ;\r
+ else if(!strcmp(command, "hint")) ;\r
else if(!strcmp(command, "computer")) comp = 1;\r
else { //convert easy & hard to "option" after treating their effect on the adapter\r
if(!strcmp(command, "easy")) {\r
computer = NONE;\r
}\r
else if(!strcmp(command, "quit")) { EPRINT((f, "# quit\n")) fflush(toE), exit(atoi(line+4)); }\r
+ else printf("Error (unknown command): %s\n", command);\r
\r
fflush(stdout);\r
}\r