Variable: erc-match-exclude-server-buffer

erc-match-exclude-server-buffer is a customizable variable defined in erc-match.el.gz.

Value

nil

Documentation

If true, don't perform match on the server buffer.

This is useful for excluding all the things like MOTDs from the server and other miscellaneous functions.

This variable was added, or its default value changed, in Emacs 24.3.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-match.el.gz
(defcustom erc-match-exclude-server-buffer nil
  "If true, don't perform match on the server buffer.
This is useful for excluding all the things like MOTDs from the
server and other miscellaneous functions."
  :version "24.3"
  :type 'boolean)