Variable: erc-server-duplicate-timeout

erc-server-duplicate-timeout is a customizable variable defined in erc-backend.el.gz.

Value

60

Documentation

The time allowed in seconds between duplicate messages.

If two identical messages arrive within this value of one another, the second isn't displayed.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(defcustom erc-server-duplicate-timeout 60
  "The time allowed in seconds between duplicate messages.

If two identical messages arrive within this value of one another, the second
isn't displayed."
  :type 'integer)