Skip to content

Commit

Permalink
Fix error in ptell message
Browse files Browse the repository at this point in the history
  • Loading branch information
ananas-dev authored and ianfab committed Jun 25, 2023
1 parent e88856b commit b9e891f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b9e891f

Please sign in to comment.