Variable: erc-password

erc-password is a variable defined in erc.el.gz.

Value

nil

Documentation

Password to use when authenticating to an IRC server.

It is not strictly necessary to provide this, since ERC will prompt you for it.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc-password nil
  "Password to use when authenticating to an IRC server.
It is not strictly necessary to provide this, since ERC will
prompt you for it.")