Function: defun-rcirc-command
defun-rcirc-command is a for rcirc-define-command,
defined in rcirc.el.gz.
This macro is obsolete since 28.1; use rcirc-define-command instead.
Signature
(defun-rcirc-command COMMAND ARGUMENTS &rest BODY)
Documentation
Define a new client COMMAND in BODY that takes ARGUMENTS.
ARGUMENTS may designate optional arguments using a single
&optional symbol. Just like defun, a string at the beginning
of BODY is interpreted as the documentation string. Following
that, an interactive form can specified.
Aliases
defun-rcirc-command (obsolete since 28.1)