Variable: erc-server-flood-queue
erc-server-flood-queue is a buffer-local variable defined in
erc-backend.el.gz.
Documentation
The queue of messages waiting to be sent to the server.
See erc-server-flood-margin for an explanation of the flood
protection algorithm.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(defvar-local erc-server-flood-queue nil
"The queue of messages waiting to be sent to the server.
See `erc-server-flood-margin' for an explanation of the flood
protection algorithm.")