Variable: erc-hide-timestamps
erc-hide-timestamps is a customizable variable defined in
erc-stamp.el.gz.
Value
nil
Documentation
If non-nil, timestamps will be invisible.
This is useful for logging, because, although timestamps will be hidden, they will still be present in the logs.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defcustom erc-hide-timestamps nil
"If non-nil, timestamps will be invisible.
This is useful for logging, because, although timestamps will be
hidden, they will still be present in the logs."
:type 'boolean)