From: Lucien Fiorini Date: Sun, 25 Jun 2023 13:59:07 +0000 (+0200) Subject: Fix error in ptell message X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=b9e891f0597e89acd0c9dd82a3a4a958800e9b5a;p=fairystockfish.git Fix error in ptell message --- diff --git a/src/partner.cpp b/src/partner.cpp index 3996faf..785394f 100644 --- a/src/partner.cpp +++ b/src/partner.cpp @@ -74,7 +74,7 @@ void PartnerHandler::parse_ptell(std::istringstream& is, const Position& pos) { ptell("If you specify a valid move, e.g., 'move e2e4', I will play it."); } else if (token == "fast") - ptell("After receiving 'go', I will play fast."); + ptell("After receiving 'fast', I will play fast."); else if (token == "slow") ptell("After receiving 'slow', I will play at normal speed."); else if (token == "dead")