diff options
Diffstat (limited to 'chess-irc.el')
| -rw-r--r-- | chess-irc.el | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/chess-irc.el b/chess-irc.el index 6459cc2..dbc9cdf 100644 --- a/chess-irc.el +++ b/chess-irc.el @@ -70,12 +70,9 @@ nil) ((eq event 'shutdown) - (ignore-errors - (chess-engine-send nil "quit")) - (ignore-errors - (process-send-string chess-irc-process "QUIT :Goodbye\n")) - (ignore-errors - (kill-buffer (process-buffer chess-irc-process)))) + (chess-engine-send nil "quit") + (process-send-string chess-irc-process "QUIT :Goodbye\n") + (kill-buffer (process-buffer chess-irc-process))) ((eq event 'send) (process-send-string chess-irc-process |
