Function: erc-response-p

erc-response-p is a byte-compiled function defined in erc-backend.el.gz.

Signature

(erc-response-p CL-X)

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(cl-defstruct (erc-response (:conc-name erc-response.))
  (unparsed "" :type string)
  (sender "" :type string)
  (command "" :type string)
  (command-args '() :type list)
  (contents "" :type string)
  (tags '() :type list))