Function: erc--query-participant-present-p

erc--query-participant-present-p is a byte-compiled function defined in erc.el.gz.

Signature

(erc--query-participant-present-p)

Documentation

Return non-nil if the query participant is present in the member table.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc--query-participant-present-p ()
  "Return non-nil if the query participant is present in the member table."
  (and (not erc--decouple-query-and-channel-membership-p)
       (erc-query-buffer-p) (erc-get-channel-member (erc-target))))