Variable: erc-mode-line-away-status-format
erc-mode-line-away-status-format is a customizable variable defined in
erc.el.gz.
Value
"(AWAY since %a %b %d %H:%M) "
Documentation
When you're away on a server, this is shown in the mode line.
This should be a string with substitution variables recognized by
format-time-string.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-mode-line-away-status-format
"(AWAY since %a %b %d %H:%M) "
"When you're away on a server, this is shown in the mode line.
This should be a string with substitution variables recognized by
`format-time-string'."
:group 'erc-mode-line-and-header
:type 'string)