Function: erc-away-time

erc-away-time is a byte-compiled function defined in erc.el.gz.

Signature

(erc-away-time)

Documentation

Return non-nil if the current ERC process is set away.

In particular, the time that we were set away is returned. See current-time for details on the time format.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc-away-time ()
  "Return non-nil if the current ERC process is set away.

In particular, the time that we were set away is returned.
See `current-time' for details on the time format."
  (erc-with-server-buffer erc-away))