Variable: erc-flood-protect
erc-flood-protect is a variable defined in erc.el.gz.
Value
t
Documentation
If non-nil, flood protection is enabled.
Flooding is sending too much information to the server in too short of an interval, which may cause the server to terminate the connection.
See erc-server-flood-margin for other flood-related parameters.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc-flood-protect t
"If non-nil, flood protection is enabled.
Flooding is sending too much information to the server in too
short of an interval, which may cause the server to terminate the
connection.
See `erc-server-flood-margin' for other flood-related parameters.")