Variable: erc-prompt-for-password

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

Value

t

Documentation

Asks before using the default password, or whether to enter a new one.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-prompt-for-password t
  "Asks before using the default password, or whether to enter a new one."
  :group 'erc
  :type 'boolean)