summaryrefslogtreecommitdiff
path: root/chess-ics.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-ics.el')
-rw-r--r--chess-ics.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/chess-ics.el b/chess-ics.el
index 8d9811b..4170911 100644
--- a/chess-ics.el
+++ b/chess-ics.el
@@ -385,6 +385,9 @@ who is black."
(if (chess-game-over-p game)
(chess-game-set-data game 'active nil)))
+ ((eq event 'flag-fell)
+ (chess-common-handler game 'flag-fell))
+
((eq event 'send)
(comint-send-string (get-buffer-process (current-buffer))
(car args)))