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