Variable: erc--server-post-dial-function
erc--server-post-dial-function is a variable defined in
erc-backend.el.gz.
Value
erc--server-propagate-failed-connection
Documentation
Function called one second after creating a server process.
Called with the newly created process just before the opening IRC protocol exchange.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(defvar erc--server-post-dial-function
#'erc--server-propagate-failed-connection
"Function called one second after creating a server process.
Called with the newly created process just before the opening IRC
protocol exchange.")