Function: erc-hide-fools
erc-hide-fools is a byte-compiled function defined in erc-match.el.gz.
Signature
(erc-hide-fools MATCH-TYPE NICKUSERHOST MESSAGE)
Documentation
Hide comments from designated fools.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-match.el.gz
(defun erc-hide-fools (match-type _nickuserhost _message)
"Hide comments from designated fools."
(when (and erc--msg-props (eq match-type 'fool))
(puthash 'erc--invisible 'erc-match-fool erc--msg-props)))