Function: erc-sasl--destroy
erc-sasl--destroy is a byte-compiled function defined in
erc-sasl.el.gz.
Signature
(erc-sasl--destroy PROC)
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-sasl.el.gz
(defun erc-sasl--destroy (proc)
(run-hook-with-args 'erc-quit-hook proc)
(delete-process proc)
(erc-error "Disconnected from %s; please review SASL settings" proc))