Variable: erc-server-connect-function

erc-server-connect-function is a customizable variable defined in erc-backend.el.gz.

Value

erc-open-network-stream

Documentation

Function used to initiate a connection.

It should take same arguments as open-network-stream does.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(defcustom erc-server-connect-function #'erc-open-network-stream
  "Function used to initiate a connection.
It should take same arguments as `open-network-stream' does."
  :type 'function)