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 belongs to an active IRC connection.

To determine whether an underlying transport is connected, use the function erc-server-process-alive 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 belongs to an active IRC connection.
To determine whether an underlying transport is connected, use the
function `erc-server-process-alive' instead.")