Variable: erc-track-exclude

erc-track-exclude is a customizable variable defined in erc-track.el.gz.

Value

nil

Documentation

A list targets (channel names or query targets) which should not be tracked.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-track.el.gz
(defcustom erc-track-exclude nil
  "A list targets (channel names or query targets) which should not be tracked."
  :type '(repeat string))