Variable: erc-echo-timestamps
erc-echo-timestamps is a customizable variable defined in
erc-stamp.el.gz.
Value
nil
Documentation
If non-nil, print timestamp in the minibuffer when point is moved.
Using this variable, you can turn off normal timestamping, and simply move point to an irc message to see its timestamp printed in the minibuffer.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defcustom erc-echo-timestamps nil
"If non-nil, print timestamp in the minibuffer when point is moved.
Using this variable, you can turn off normal timestamping,
and simply move point to an irc message to see its timestamp
printed in the minibuffer."
:type 'boolean)