Variable: erc-server-flood-penalty
erc-server-flood-penalty is a customizable variable defined in
erc-backend.el.gz.
Value
3
Documentation
How much we penalize a message.
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
(defcustom erc-server-flood-penalty 3
"How much we penalize a message.
See `erc-server-flood-margin' for an explanation of the flood
protection algorithm."
:type 'integer)