X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fuci.cpp;h=8b90c22707574d1b41b21b53e11d74016309a504;hb=bbfe452f85929a938bda7fce9894f57659987919;hp=cec9ccf10d8e40e0d560ad43e0a5030e3eb64310;hpb=0c775fae4b758844f9446f125a3e6eed964ecaf0;p=stockfish diff --git a/src/uci.cpp b/src/uci.cpp index cec9ccf1..8b90c227 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -77,8 +77,8 @@ bool execute_uci_command(const string& cmd) { else if (token == "uci") cout << "id name " << engine_name() - << "\nid author " << engine_author() - << "\n" << options_to_uci() + << "\nid author " << engine_authors() + << "\n" << Options.print_all() << "\nuciok" << endl; else if (token == "ucinewgame")