diff options
Diffstat (limited to 'chess-ics.el')
| -rw-r--r-- | chess-ics.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-ics.el b/chess-ics.el index 2ca62a2..4b1284a 100644 --- a/chess-ics.el +++ b/chess-ics.el @@ -211,7 +211,7 @@ who is black." ;; name from the output (comint-send-string "guest\n\n")))) - nil) + t) ((eq event 'match) (setq chess-engine-pending-offer 'match) |
