diff --git a/src/uci.cpp b/src/uci.cpp index b7f72d9d..ff804f97 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -72,6 +72,9 @@ void uci_loop() { if (token == "quit") quit = true; + else if (token == "stop") + { /* avoid to reply "Unknown command: stop" */ } + else if (token == "go") quit = !go(pos, is);