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