diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-12 07:58:22 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-12 07:58:22 +0000 |
| commit | e66b028def9af45cc545c973255df42c9b90cde1 (patch) | |
| tree | b4d7bf33b4aabfee075ff211e3da12456fbeaf70 /chess-network.el | |
| parent | cdba8a5aed3bd66e62f348a7064acece342bb68e (diff) | |
optimizations and bug fixes
Diffstat (limited to 'chess-network.el')
| -rw-r--r-- | chess-network.el | 2 |
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)) |
