Function: erc-notify-signoff

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

Signature

(erc-notify-signoff SERVER NICK)

Source Code

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