Function: erc-extract-nick
erc-extract-nick is a byte-compiled function defined in erc.el.gz.
Signature
(erc-extract-nick STRING)
Documentation
Return the nick corresponding to a user specification STRING.
See also erc-parse-user.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc-extract-nick (string)
"Return the nick corresponding to a user specification STRING.
See also `erc-parse-user'."
(car (erc-parse-user string)))