From fa0b5dc72a61501a0d043f7dea8aae6b865060c5 Mon Sep 17 00:00:00 2001 From: "H.G. Muller" Date: Fri, 18 Jan 2013 11:11:48 +0100 Subject: [PATCH 1/1] Let tellothers command add comment to PGN in local mode --- backend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.c b/backend.c index 57155b3c..f608f607 100644 --- a/backend.c +++ b/backend.c @@ -8465,7 +8465,7 @@ if(appData.debugMode) fprintf(debugFP, "nodes = %d, %lld\n", (int) programStats. snprintf(buf1, sizeof(buf1), "%swhisper %s\n", ics_prefix, message + 11); SendToICS(buf1); } - } + } else if(appData.autoComment) AppendComment (forwardMostMove, message + 11, 1); // in local mode, add as move comment return; } if (!strncmp(message, "tellall ", 8)) { -- 2.17.1