Function: erc-add-fool

erc-add-fool is an autoloaded, interactive and byte-compiled function defined in erc-match.el.gz.

Signature

(erc-add-fool &optional ARG)

Documentation

Add fool interactively to erc-fools.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-match.el.gz
;;;###autoload
(defun erc-add-fool (&optional arg)
  "Add fool interactively to `erc-fools'."
  (interactive "P")
  (erc-add-entry-to-list 'erc-fools "Add fool: "
                         (erc-get-server-nickname-alist) arg))