Variable: erc-after-connect
erc-after-connect is a customizable variable defined in erc.el.gz.
Value
nil
Documentation
Functions called after connecting to a server.
This functions in this variable gets executed when an end of MOTD has been received. All functions in here get called with the parameters SERVER and NICK.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-after-connect nil
"Functions called after connecting to a server.
This functions in this variable gets executed when an end of MOTD
has been received. All functions in here get called with the
parameters SERVER and NICK."
:group 'erc-hooks
:type '(repeat function))