diff options
Diffstat (limited to 'chess-ics.el')
| -rw-r--r-- | chess-ics.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chess-ics.el b/chess-ics.el index 8d35afa..020fa44 100644 --- a/chess-ics.el +++ b/chess-ics.el @@ -83,11 +83,6 @@ The format of each entry is: (function (lambda () (funcall chess-engine-response-handler 'accept)))) - (cons "You accept the takeback request from \\S-+\\." - (function - (lambda () - (let ((chess-engine-pending-offer 'my-undo)) - (funcall chess-engine-response-handler 'accept))))) (cons "\\(\\S-+\\) resigns}" (function (lambda () |
