diff --git a/src/uci.cpp b/src/uci.cpp index 1b770506..c3eb9190 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -88,6 +88,9 @@ void uci_loop() { else if (token == "go") go(pos, is); + else if (token == "ucinewgame") + { /* Avoid returning "Unknown command" */ } + else if (token == "isready") cout << "readyok" << endl;