From e66b028def9af45cc545c973255df42c9b90cde1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 12 Apr 2002 07:58:22 +0000 Subject: optimizations and bug fixes --- chess-network.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-network.el') diff --git a/chess-network.el b/chess-network.el index a277423..237ba43 100644 --- a/chess-network.el +++ b/chess-network.el @@ -85,7 +85,7 @@ (read-string "Port: ")))) (if (eq which ?s) (message "Now waiting for your opponent to connect...") - (process-send-string proc (format "chess match %s\n" chess-full-name)) + (chess-network-handler 'match) (message "You have connected; pass now or make your move.")) proc)) -- cgit v1.2.3