Function: rcirc-handler-ctcp-ACTION

rcirc-handler-ctcp-ACTION is a byte-compiled function defined in rcirc.el.gz.

Signature

(rcirc-handler-ctcp-ACTION PROCESS TARGET SENDER MESSAGE)

Documentation

Handle a CTCP ACTION MESSAGE from SENDER 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-handler-ctcp-ACTION (process target sender message)
  "Handle a CTCP ACTION MESSAGE from SENDER to TARGET.
PROCESS is the process object for the current connection."
  (rcirc-print process sender "ACTION" target message t))