X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=c3eb9190b4f2b5809c4642c827bb2bcd83873d14;hp=1b7705065cd5de4dc6fefca0b2a1f9912cb07dd9;hb=d6e3a40c819d29db00866bc7f09b9315dff9b95a;hpb=46a50cbf38bdfa5e48358585f4c98668507700ae 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;