From 456d3cdaf4559b55f424fac8f5742473ac79224b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 9 Apr 2002 09:24:43 +0000 Subject: *** no comment *** --- chess-engine.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chess-engine.el') diff --git a/chess-engine.el b/chess-engine.el index 5c556aa..6c5df34 100644 --- a/chess-engine.el +++ b/chess-engine.el @@ -77,7 +77,8 @@ (message "Your opponent has passed the first move to you")) ((eq event 'connect) - (message "Your opponent, %s, is now ready to play" (car args))) + (message "Your opponent, %s, is now ready to play" (car args)) + (chess-engine-send nil "name %s\n" (user-full-name))) ((eq event 'quit) (message "Your opponent has quit playing")) -- cgit v1.2.3