Variable: erc-quit-hook
erc-quit-hook is a customizable variable defined in erc.el.gz.
Value
nil
Documentation
Hook run when processing a quit command directed at our nick.
The hook receives one argument, the current PROCESS.
See also erc-server-QUIT-functions and erc-disconnected-hook.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-quit-hook nil
"Hook run when processing a quit command directed at our nick.
The hook receives one argument, the current PROCESS.
See also `erc-server-QUIT-functions' and `erc-disconnected-hook'."
:group 'erc-hooks
:type 'hook)