Variable: erc-away

erc-away is a buffer-local variable defined in erc.el.gz.

Documentation

Non-nil indicates that we are away.

Use erc-away-time to access this if you might be in a channel buffer rather than a server buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar-local erc-away nil
  "Non-nil indicates that we are away.

Use `erc-away-time' to access this if you might be in a channel
buffer rather than a server buffer.")