This commit is contained in:
Case Duckworth 2021-05-25 08:03:18 -05:00
parent f148e93b0e
commit fab40a3bd9
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ If USE-TLS is non-nil, use TLS."
(dolist (buffer (filter-server-buffers))
(with-message (format "Killing server buffer: %s" (buffer-name buffer))
(with-current-buffer buffer
(erc-quit-server acdw-erc/bye-message)))))
(erc-quit-server erc/bye-message)))))
(provide 'acdw-erc)
;;; acdw-erc.el ends here