Variable: erc-away-timestamp-format
erc-away-timestamp-format is a customizable variable defined in
erc-stamp.el.gz.
Value
"<%H:%M>"
Documentation
Timestamp format used when marked as being away.
If nil, timestamping is turned off when away unless erc-timestamp-format
is set.
If erc-timestamp-format is set, this will not be used.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-stamp.el.gz
(defcustom erc-away-timestamp-format "<%H:%M>"
"Timestamp format used when marked as being away.
If nil, timestamping is turned off when away unless `erc-timestamp-format'
is set.
If `erc-timestamp-format' is set, this will not be used."
:type '(choice (const nil)
(string)))