summaryrefslogtreecommitdiff
path: root/chess-network.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-12 07:58:22 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-12 07:58:22 +0000
commite66b028def9af45cc545c973255df42c9b90cde1 (patch)
treeb4d7bf33b4aabfee075ff211e3da12456fbeaf70 /chess-network.el
parentcdba8a5aed3bd66e62f348a7064acece342bb68e (diff)
optimizations and bug fixes
Diffstat (limited to 'chess-network.el')
-rw-r--r--chess-network.el2
1 files changed, 1 insertions, 1 deletions
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))