projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e88856b
)
Fix error in ptell message
author
Lucien Fiorini
<lucien.fiorini@student.uclouvain.be>
Sun, 25 Jun 2023 13:59:07 +0000 (15:59 +0200)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Sun, 25 Jun 2023 14:18:08 +0000 (16:18 +0200)
src/partner.cpp
patch
|
blob
|
history
diff --git
a/src/partner.cpp
b/src/partner.cpp
index
3996faf
..
785394f
100644
(file)
--- a/
src/partner.cpp
+++ b/
src/partner.cpp
@@
-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")