Function: erc-cmd-GME
erc-cmd-GME is a byte-compiled function defined in erc.el.gz.
Signature
(erc-cmd-GME LINE)
Documentation
Send LINE as an action to all channels on all networks you are on.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc-cmd-GME (line)
"Send LINE as an action to all channels on all networks you are on."
(erc-with-all-buffers-of-server nil
#'erc--connected-and-joined-p
(erc-cmd-ME line)))