Function: erc-notify-signon

erc-notify-signon is a byte-compiled function defined in erc-notify.el.gz.

Signature

(erc-notify-signon SERVER NICK)

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-notify.el.gz
(defun erc-notify-signon (server nick)
  (message "%s signed on at %s" nick server))