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)

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 ()
  "Add fool interactively to `erc-fools'."
  (interactive)
  (erc-add-entry-to-list 'erc-fools "Add fool: "
			 (erc-get-server-nickname-alist)))