Variable: erc-lurker-hide-list
erc-lurker-hide-list is a customizable variable defined in erc.el.gz.
Value
nil
Documentation
List of IRC type messages to hide when sent by lurkers.
A typical value would be ("JOIN" "PART" "QUIT").
See also erc-lurker-p and erc-hide-list.
Probably introduced at or before Emacs version 24.3.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-lurker-hide-list nil
"List of IRC type messages to hide when sent by lurkers.
A typical value would be \(\"JOIN\" \"PART\" \"QUIT\").
See also `erc-lurker-p' and `erc-hide-list'."
:group 'erc-lurker
:type 'erc-message-type)