Variable: erc--send-message-nested-function
erc--send-message-nested-function is a variable defined in erc.el.gz.
Value
erc--send-message-nested
Documentation
Function for inserting and sending slash-command generated text.
When a command like /SV or /SAY modifies or replaces command-line
input originally submitted at the prompt, erc-send-message
performs additional processing to ensure said input is fit for
inserting and sending given this "nested" meta context. This
interface variable exists because modules extending fundamental
insertion and sending operations need a say in this processing as
well.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc--send-message-nested-function #'erc--send-message-nested
"Function for inserting and sending slash-command generated text.
When a command like /SV or /SAY modifies or replaces command-line
input originally submitted at the prompt, `erc-send-message'
performs additional processing to ensure said input is fit for
inserting and sending given this \"nested\" meta context. This
interface variable exists because modules extending fundamental
insertion and sending operations need a say in this processing as
well.")