Variable: erc-server-reconnecting
erc-server-reconnecting is a buffer-local variable defined in
erc-backend.el.gz.
Documentation
Non-nil if the user requests an explicit reconnect, and the current IRC process is still alive.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(defvar-local erc-server-reconnecting nil
"Non-nil if the user requests an explicit reconnect, and the
current IRC process is still alive.")