Function: erc-delete-fool
erc-delete-fool is an autoloaded, interactive and byte-compiled
function defined in erc-match.el.gz.
Signature
(erc-delete-fool)
Documentation
Delete fool interactively to erc-fools.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-match.el.gz
;;;###autoload
(defun erc-delete-fool ()
"Delete fool interactively to `erc-fools'."
(interactive)
(erc-remove-entry-from-list 'erc-fools "Delete fool: "))