Variable: erc-minibuffer-notice

erc-minibuffer-notice is a customizable variable defined in erc.el.gz.

Value

nil

Documentation

If non-nil, print ERC notices for the user in the minibuffer.

Only happens when the session buffer isn't visible.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-minibuffer-notice nil
  "If non-nil, print ERC notices for the user in the minibuffer.
Only happens when the session buffer isn't visible."
  :group 'erc-display
  :type 'boolean)