Variable: erc-show-channel-key-p

erc-show-channel-key-p is a customizable variable defined in erc.el.gz.

Value

t

Documentation

Show the channel key in the header line.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-show-channel-key-p t
  "Show the channel key in the header line."
  :group 'erc-paranoia
  :type 'boolean)