Function: erc-update-user-nick
erc-update-user-nick is a byte-compiled function defined in erc.el.gz.
Signature
(erc-update-user-nick NICK &optional NEW-NICK HOST LOGIN FULL-NAME INFO)
Documentation
Update the stored user information for the user with nickname NICK.
See also: erc-update-user.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc-update-user-nick (nick &optional new-nick
host login full-name info)
"Update the stored user information for the user with nickname NICK.
See also: `erc-update-user'."
(erc-update-user (erc-get-server-user nick) new-nick
host login full-name info))