Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
more rebrand
  • Loading branch information
DanielUranga committed Oct 19, 2019
1 parent 52a8dbf commit bc81418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/chess/uciloop.cc
Expand Up @@ -221,8 +221,8 @@ void UciLoop::SendResponses(const std::vector<std::string>& responses) {
}

void UciLoop::SendId() {
SendResponse("id name Lc0 v" + GetVersionStr());
SendResponse("id author The LCZero Authors.");
SendResponse("id name Fat Fritz (in lc0)");
SendResponse("id author Leela devs (lc0), A. Silver (NN)");
}

void UciLoop::SendBestMove(const BestMoveInfo& move) {
Expand Down
1 change: 0 additions & 1 deletion src/main.cc
Expand Up @@ -36,7 +36,6 @@
int main(int argc, const char** argv) {
LOGFILE << "Lc0 started.";
CERR << "Fat Fritz (in lc0)";
CERR << "Engine Authors: \"Leela devs (lc0), A. Silver (NN)\"";
using namespace lczero;

InitializeMagicBitboards();
Expand Down

0 comments on commit bc81418

Please sign in to comment.