Function: erc-hide-timestamps

erc-hide-timestamps is an interactive and byte-compiled function defined in erc-stamp.el.gz.

Signature

(erc-hide-timestamps)

Documentation

Hide timestamp information from display.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defun erc-hide-timestamps ()
  "Hide timestamp information from display."
  (interactive)
  (setq erc-hide-timestamps t)
  (erc-stamp--manage-local-options-state))