Function: erc-add-pal

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

Signature

(erc-add-pal &optional ARG)

Documentation

Add pal interactively to erc-pals.

Key Bindings

Source Code

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