Function: erc--target-channel-p
erc--target-channel-p is a byte-compiled function defined in
erc-common.el.gz.
Signature
(erc--target-channel-p CL-X)
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-common.el.gz
;; At some point, it may make sense to add a query type with an
;; account field, which may help support reassociation across
;; reconnects and nick changes (likely requires v3 extensions).
;;
;; These channel variants should probably take on a `joined' field to
;; track "joinedness", which `erc-server-JOIN', `erc-server-PART',
;; etc. should toggle. Functions like `erc--current-buffer-joined-p'
;; may find it useful.
(cl-defstruct (erc--target-channel (:include erc--target)))