erc-hide-current-message-p
erc-hide-current-message-p is a compiled Lisp function in `erc.el
'.
(erc-hide-current-message-p PARSED)
Predicate indicating whether the parsed ERC response PARSED should be hidden.
Messages are always hidden if the message type of PARSED appears in
`erc-hide-list'. In addition, messages whose type is a member of
`erc-lurker-hide-list' are hidden if `erc-lurker-p' returns true.