Variable: erc-auto-reconnect-display-timeout

erc-auto-reconnect-display-timeout is a customizable variable defined in erc.el.gz.

Value

10

Documentation

Duration erc-auto-reconnect-display remains active.

The countdown starts on MOTD and is canceled early by any
"slash" command.

This variable was added, or its default value changed, in ERC version
5.6.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-auto-reconnect-display-timeout 10
  "Duration `erc-auto-reconnect-display' remains active.
The countdown starts on MOTD and is canceled early by any
\"slash\" command."
  :package-version '(ERC . "5.6")
  :type 'integer
  :group 'erc-buffers)