From 7aee2f16211b0f3f8fdc7ea1a4c46f32fa3a12a4 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 8 Apr 2002 22:13:07 +0000 Subject: *** no comment *** --- chess-network.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chess-network.el') diff --git a/chess-network.el b/chess-network.el index 244349d..c2aae2c 100644 --- a/chess-network.el +++ b/chess-network.el @@ -20,9 +20,7 @@ (cons "name\\s-+\\(.+\\)" (function (lambda () - ;; jww (2002-04-07): Set the appropriate Black or - ;; White tag at this point - (message "Your opponent, %s, has connected" + (funcall chess-engine-response-handler 'connect (match-string 1))))) (cons "fen\\s-+\\(.+\\)" (function -- cgit v1.2.3