Fix error in ptell message
authorLucien Fiorini <lucien.fiorini@student.uclouvain.be>
Sun, 25 Jun 2023 13:59:07 +0000 (15:59 +0200)
committerFabian Fichter <ianfab@users.noreply.github.com>
Sun, 25 Jun 2023 14:18:08 +0000 (16:18 +0200)
src/partner.cpp

index 3996faf..785394f 100644 (file)
@@ -74,7 +74,7 @@ void PartnerHandler::parse_ptell(std::istringstream& is, const Position& pos) {
             ptell<HUMAN>("If you specify a valid move, e.g., 'move e2e4', I will play it.");
         }
         else if (token == "fast")
-            ptell<HUMAN>("After receiving 'go', I will play fast.");
+            ptell<HUMAN>("After receiving 'fast', I will play fast.");
         else if (token == "slow")
             ptell<HUMAN>("After receiving 'slow', I will play at normal speed.");
         else if (token == "dead")