From: H.G. Muller Date: Fri, 18 Jan 2013 10:11:48 +0000 (+0100) Subject: Let tellothers command add comment to PGN in local mode X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=fa0b5dc72a61501a0d043f7dea8aae6b865060c5;p=xboard.git Let tellothers command add comment to PGN in local mode --- 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)) {