Variable: erc-notify-signon-hook
erc-notify-signon-hook is a customizable variable defined in
erc-notify.el.gz.
Value
nil
Documentation
Hook run after someone on erc-notify-list has signed on.
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-signon-hook nil
"Hook run after someone on `erc-notify-list' has signed on.
Two arguments are passed to the function, SERVER and NICK, both
strings."
:type 'hook
:options '(erc-notify-signon))