Variable: erc-prompt-for-channel-key

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

Value

nil

Documentation

Prompt for channel key when using erc-join-channel interactively.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-prompt-for-channel-key nil
  "Prompt for channel key when using `erc-join-channel' interactively."
  :group 'erc
  :type 'boolean)