Function: erc--target-channel-joined-p

erc--target-channel-joined-p is a byte-compiled function defined in erc-common.el.gz.

Signature

(erc--target-channel-joined-p erc--target-channel-joined-p X)

Documentation

Access slot "joined-p" of erc--target-channel struct X.

Whether channel is joined.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-common.el.gz
;; At some point, it may make sense to add a separate query type,
;; possibly with an account field to help reassociation across
;; reconnects and nick changes.

(cl-defstruct (erc--target-channel (:include erc--target))
  (joined-p nil :type boolean :documentation "Whether channel is joined."))