Variable: erc-prompt-for-password

erc-prompt-for-password is a customizable variable defined in erc.el.gz.

Value

t

Documentation

Ask for a server password when invoking erc-tls interactively.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-prompt-for-password t
  "Ask for a server password when invoking `erc-tls' interactively."
  :group 'erc
  :type 'boolean)