Function: erc-get-parsed-vector-type

erc-get-parsed-vector-type is a byte-compiled function defined in erc.el.gz.

Signature

(erc-get-parsed-vector-type VECT)

Documentation

Return message type in the parsed vector VECT.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc-get-parsed-vector-type (vect)
  "Return message type in the parsed vector VECT."
  (and vect
       (erc-response.command vect)))