Function: erc-cmd-AME

erc-cmd-AME is a byte-compiled function defined in erc.el.gz.

Signature

(erc-cmd-AME LINE)

Documentation

Send LINE as an action to all channels on the current network.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc-cmd-AME (line)
  "Send LINE as an action to all channels on the current network."
  (erc-with-all-buffers-of-server erc-server-process
      #'erc--connected-and-joined-p
    (erc-cmd-ME line)))