Variable: erc-server-flood-last-message

erc-server-flood-last-message is a buffer-local variable defined in erc-backend.el.gz.

Documentation

When we sent the last 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
(defvar-local erc-server-flood-last-message 0
  "When we sent the last message.
See `erc-server-flood-margin' for an explanation of the flood
protection algorithm.")