Variable: erc--send-action-function
erc--send-action-function is a variable defined in erc.el.gz.
Value
erc--send-action
Documentation
Function to display and send an outgoing CTCP ACTION message.
Called with three arguments: the submitted input, the current
target, and an erc-server-send FORCE flag.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
;;; I/O interface
;; send interface
(defvar erc--send-action-function #'erc--send-action
"Function to display and send an outgoing CTCP ACTION message.
Called with three arguments: the submitted input, the current
target, and an `erc-server-send' FORCE flag.")