Variable: erc-network-hide-list
erc-network-hide-list is a customizable variable defined in erc.el.gz.
Value
nil
Documentation
A list of IRC networks to hide message types from.
A typical value would be (("Libera.Chat" "MODE")
("OFTC" "JOIN" "QUIT")).
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-network-hide-list nil
"A list of IRC networks to hide message types from.
A typical value would be \((\"Libera.Chat\" \"MODE\")
\(\"OFTC\" \"JOIN\" \"QUIT\"))."
:version "25.1"
:group 'erc-ignore
:type '(alist :key-type string :value-type erc-message-type
:options ("Libera.Chat")))