Variable: erc-stamp--allow-unmanaged-p
erc-stamp--allow-unmanaged-p is a variable defined in erc-stamp.el.gz.
Value
nil
Documentation
Non-nil means run erc-add-timestamp almost unconditionally.
This is an unofficial escape hatch for code wanting to use
lower-level message-insertion functions, like erc-insert-line,
directly. Third parties needing such functionality should
petition for it via M-x erc-bug (erc-bug).
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defvar erc-stamp--allow-unmanaged-p nil
"Non-nil means run `erc-add-timestamp' almost unconditionally.
This is an unofficial escape hatch for code wanting to use
lower-level message-insertion functions, like `erc-insert-line',
directly. Third parties needing such functionality should
petition for it via \\[erc-bug].")