Variable: erc-hide-list
erc-hide-list is a customizable variable defined in erc.el.gz.
Value
nil
Documentation
A global list of IRC message types to hide.
A typical value would be ("JOIN" "PART" "QUIT").
Probably introduced at or before Emacs version 24.3.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-hide-list nil
"A global list of IRC message types to hide.
A typical value would be \(\"JOIN\" \"PART\" \"QUIT\")."
:group 'erc-ignore
:type 'erc-message-type)