Function: rcirc-cmd-me
rcirc-cmd-me is a byte-compiled function defined in rcirc.el.gz.
Signature
(rcirc-cmd-me ARGS PROCESS TARGET)
Documentation
Send an action message ARGS to TARGET.
PROCESS is the process object for the current connection.
Source Code
;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defun rcirc-cmd-me (args process target)
"Send an action message ARGS to TARGET.
PROCESS is the process object for the current connection."
(when target (rcirc-send-ctcp process target "ACTION" args)))