Function: erc-parse-tags
erc-parse-tags is a byte-compiled function defined in
erc-backend.el.gz.
Signature
(erc-parse-tags STRING)
Documentation
Parse IRCv3 tags list in STRING to a (tag . value) alist.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(defun erc-parse-tags (string)
"Parse IRCv3 tags list in STRING to a (tag . value) alist."
(erc--parse-message-tags string))