Function: erc-show-timestamps
erc-show-timestamps is an interactive and byte-compiled function
defined in erc-stamp.el.gz.
Signature
(erc-show-timestamps)
Documentation
Show timestamp information on display.
This function only works if erc-timestamp-format was previously
set, and timestamping is already active.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defun erc-show-timestamps ()
"Show timestamp information on display.
This function only works if `erc-timestamp-format' was previously
set, and timestamping is already active."
(interactive)
(setq erc-hide-timestamps nil)
(erc-stamp--manage-local-options-state))