diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-11 08:13:11 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-11 08:13:11 +0000 |
| commit | 03bbcedb1ea099c772258cdfaa52bd4383abaa00 (patch) | |
| tree | 37c00e1bb374c4770382a3bd654473656ae54305 /chess-ics.el | |
| parent | 232756b32dab6030f711b197851c9e4b9540994d (diff) | |
*** no comment ***
Diffstat (limited to 'chess-ics.el')
| -rw-r--r-- | chess-ics.el | 4 |
1 files changed, 4 insertions, 0 deletions
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)) |
