Variable: erc-server
erc-server is a customizable variable defined in erc.el.gz.
Value
nil
Documentation
IRC server to use if one is not provided.
See function erc-compute-server for more details on connection
parameters and authentication.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
;; tunable connection and authentication parameters
(defcustom erc-server nil
"IRC server to use if one is not provided.
See function `erc-compute-server' for more details on connection
parameters and authentication."
:group 'erc
:type '(choice (const :tag "None" nil)
(string :tag "Server")))