Function: erc-match-toggle-hidden-fools

erc-match-toggle-hidden-fools is an interactive and byte-compiled function defined in erc-match.el.gz.

Signature

(erc-match-toggle-hidden-fools ARG)

Documentation

Toggle fool visibility.

Expect the function erc-hide-fools or similar to be present in erc-text-matched-hook.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-match.el.gz
(defun erc-match-toggle-hidden-fools (arg)
  "Toggle fool visibility.
Expect the function `erc-hide-fools' or similar to be present in
`erc-text-matched-hook'."
  (interactive "P")
  (erc--toggle-hidden 'match-fools arg))