Variable: erc-channel-hide-list
erc-channel-hide-list is a customizable variable defined in erc.el.gz.
Value
nil
Documentation
A list of IRC channels to hide message types from.
A typical value would be (("#emacs" "QUIT" "JOIN")
("#erc" "NICK").
This variable was added, or its default value changed, in Emacs 25.1.
Probably introduced at or before Emacs version 25.1.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-channel-hide-list nil
"A list of IRC channels to hide message types from.
A typical value would be \((\"#emacs\" \"QUIT\" \"JOIN\")
\(\"#erc\" \"NICK\")."
:version "25.1"
:group 'erc-ignore
:type 'erc-message-type)