Variable: erc-server-auto-reconnect

erc-server-auto-reconnect is a customizable variable defined in erc-backend.el.gz.

Value

t

Documentation

Non-nil means that ERC will attempt to reestablish broken connections.

Reconnection will happen automatically for any unexpected disconnection.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(defcustom erc-server-auto-reconnect t
  "Non-nil means that ERC will attempt to reestablish broken connections.

Reconnection will happen automatically for any unexpected disconnection."
  :type 'boolean)