Function: erc-stamp--on-clear-message
erc-stamp--on-clear-message is a byte-compiled function defined in
erc-stamp.el.gz.
Signature
(erc-stamp--on-clear-message &rest _)
Documentation
Return dont-clear-message when operating inside the same stamp.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defun erc-stamp--on-clear-message (&rest _)
"Return `dont-clear-message' when operating inside the same stamp."
(and erc-stamp--last-stamp erc-echo-timestamps
(eq (erc--get-inserted-msg-prop 'erc--ts) erc-stamp--last-stamp)
'dont-clear-message))