From 03bbcedb1ea099c772258cdfaa52bd4383abaa00 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 11 Apr 2002 08:13:11 +0000 Subject: *** no comment *** --- chess-ics.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chess-ics.el') diff --git a/chess-ics.el b/chess-ics.el index cd72142..e4d4464 100644 --- a/chess-ics.el +++ b/chess-ics.el @@ -178,6 +178,10 @@ who is black." nil)) + ((eq event 'match) + (setq chess-engine-pending-offer 'match) + (chess-engine-send nil (format "match %s\n" (car args)))) + ((eq event 'move) (unless chess-ics-ensure-ics12 (comint-send-string (get-buffer-process (current-buffer)) -- cgit v1.2.3