From 80ab4cec14452a641e741d372037dafda16ee871 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 28 Apr 2002 16:09:14 +0000 Subject: *** no comment *** --- chess-crafty.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chess-crafty.el') diff --git a/chess-crafty.el b/chess-crafty.el index 9c3924e..509f749 100644 --- a/chess-crafty.el +++ b/chess-crafty.el @@ -32,6 +32,10 @@ (lambda () (setq chess-crafty-evaluation (string-to-number (match-string 1)))))) + (cons "{\\(Black\\|White\\) resigns}" + (function + (lambda () + (funcall chess-engine-response-handler 'resign)))) (cons "\\(Illegal move\\|unrecognized/illegal command\\):\\s-*\\(.*\\)" (function (lambda () -- cgit v1.2.3