Variable: rcirc-reconnect-attempts
rcirc-reconnect-attempts is a customizable variable defined in
rcirc.el.gz.
Value
3
Documentation
Number of times a reconnection should be attempted.
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defcustom rcirc-reconnect-attempts 3
"Number of times a reconnection should be attempted."
:version "28.1"
:type 'integer)