Function: erc-send-action
erc-send-action is a byte-compiled function defined in erc.el.gz.
Signature
(erc-send-action TGT STR &optional FORCE)
Documentation
Send CTCP ACTION information described by STR to TGT.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc-send-action (tgt str &optional force)
"Send CTCP ACTION information described by STR to TGT."
(funcall erc--send-action-function tgt str force))