From fa0b5dc72a61501a0d043f7dea8aae6b865060c5 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Fri, 18 Jan 2013 11:11:48 +0100 Subject: [PATCH] Let tellothers command add comment to PGN in local mode --- backend.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/backend.c b/backend.c index 57155b3..f608f60 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)) { -- 1.7.0.4