Function: erc-cmd-GAWAY
erc-cmd-GAWAY is a byte-compiled function defined in erc.el.gz.
Signature
(erc-cmd-GAWAY LINE)
Documentation
Mark the user as being away everywhere, the reason being indicated by LINE.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc-cmd-GAWAY (line)
"Mark the user as being away everywhere, the reason being indicated by LINE."
;; on all server buffers.
(erc-with-all-buffers-of-server nil
#'erc-open-server-buffer-p
(erc-cmd-AWAY line)))