X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=9086a62c478f5b02a229c9734fee54afbfedbdaa;hp=9faf842f0f4b3e41a723d4a2b0fab80e4f654006;hb=ad43ce143664953087b44dd3b4324f77c212bd46;hpb=0a6532a39d2e2cfd92ba0a2c4fa8c6ad6c29b581 diff --git a/src/uci.cpp b/src/uci.cpp index 9faf842f..9086a62c 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -117,8 +117,7 @@ void uci_loop() { << "\npawn key: " << pos.pawn_key() << endl; else if (token == "uci") - cout << "id name " << engine_name() - << "\nid author " << engine_authors() + cout << "id name " << engine_info(true) << "\n" << Options << "\nuciok" << endl; else