Function: erc-response.command-args
erc-response.command-args is a byte-compiled function defined in
erc-common.el.gz.
Signature
(erc-response.command-args erc-response.command-args X)
Documentation
Access slot "command-args" of erc-response struct X.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-common.el.gz
;; Beginning in 5.5/29.1, the `tags' field may take on one of two
;; differing types. See `erc-tags-format' for details.
(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))