Variable: erc-send-this
erc-send-this is a variable defined in erc.el.gz.
This variable is obsolete since 27.1; use erc-pre-send-functions
instead.
Value
t
Documentation
Send the text to the target or not.
Functions on erc-send-pre-hook can set this variable to nil
if they wish to avoid sending of a particular string.
Probably introduced at or before Emacs version 27.1.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc-send-this t
"Send the text to the target or not.
Functions on `erc-send-pre-hook' can set this variable to nil
if they wish to avoid sending of a particular string.")