diff options
Diffstat (limited to 'chess-ics.el')
| -rw-r--r-- | chess-ics.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chess-ics.el b/chess-ics.el index dca9088..ac206c5 100644 --- a/chess-ics.el +++ b/chess-ics.el @@ -353,6 +353,8 @@ who is black." nil (format "match %s\n" (read-string (chess-string 'challenge-whom))))) + ;; this handler is taken from chess-common; we need to send long + ;; algebraic notation to the ICS server, not short ((eq event 'move) (when (= 1 (chess-game-index game)) (chess-game-set-tag game "White" chess-full-name) |
