Variable: erc-server-connected

erc-server-connected is a buffer-local variable defined in erc-backend.el.gz.

Documentation

Non-nil if the current buffer has been used by ERC to establish an IRC connection.

If you wish to determine whether an IRC connection is currently active, use the erc-server-process-alive function instead.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(defvar-local erc-server-connected nil
  "Non-nil if the current buffer has been used by ERC to establish
an IRC connection.

If you wish to determine whether an IRC connection is currently
active, use the `erc-server-process-alive' function instead.")