summaryrefslogtreecommitdiff
path: root/chess-engine.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-engine.el')
-rw-r--r--chess-engine.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/chess-engine.el b/chess-engine.el
index 7768bad..cc3e26e 100644
--- a/chess-engine.el
+++ b/chess-engine.el
@@ -157,6 +157,7 @@
((eq event 'resign)
(when game
+ (message "Your opponent has resigned")
(chess-game-resign game)
(chess-game-set-data game 'active nil)
t))