Function: erc-services-issue-regain

erc-services-issue-regain is a byte-compiled function defined in erc-services.el.gz.

Signature

(erc-services-issue-regain WANT)

Documentation

Ask NickServ to regain nickname WANT.

Assume WANT belongs to the user and that the services suite offers a "REGAIN" sub-command.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-services.el.gz
(defun erc-services-issue-regain (want)
  "Ask NickServ to regain nickname WANT.
Assume WANT belongs to the user and that the services suite
offers a \"REGAIN\" sub-command."
  (erc-cmd-MSG (concat "NickServ REGAIN " want)))