Variable: erc--query-table-synced-predicate
erc--query-table-synced-predicate is a variable defined in erc.el.gz.
Value
erc--query-participant-present-p
Documentation
Predicate for whether a query buffer's member table dynamically updates.
By default, ERC flies half blind by managing membership based on shared channels. This rules out false positives but accepts the chance of participants being on the server but absent from local tables.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc--query-table-synced-predicate #'erc--query-participant-present-p
"Predicate for whether a query buffer's member table dynamically updates.
By default, ERC flies half blind by managing membership based on shared
channels. This rules out false positives but accepts the chance of
participants being on the server but absent from local tables.")