Variable: erc-notify-signoff-hook

erc-notify-signoff-hook is a customizable variable defined in erc-notify.el.gz.

Value

nil

Documentation

Hook run after someone on erc-notify-list has signed off.

Two arguments are passed to the function, SERVER and NICK, both strings.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-notify.el.gz
(defcustom erc-notify-signoff-hook nil
  "Hook run after someone on `erc-notify-list' has signed off.
Two arguments are passed to the function, SERVER and NICK, both
strings."
  :type 'hook
  :options '(erc-notify-signoff))