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