Variable: erc-button--fallback-cmem-function
erc-button--fallback-cmem-function is a variable defined in
erc-button.el.gz.
Value
erc-button--get-user-from-spkr-prop
Documentation
Function to determine channel member if not found in the usual places.
Called with DOWNCASED-NICK, NICK, NICK-BOUNDS, and COUNT when
erc-button-add-nickname-buttons cannot find a user object for
DOWNCASED-NICK in erc-channel-members or erc-server-users.
NICK-BOUNDS is a cons of buffer positions, and COUNT is a number
incremented with each visit, starting at 1.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-button.el.gz
(defvar erc-button--fallback-cmem-function
#'erc-button--get-user-from-spkr-prop
"Function to determine channel member if not found in the usual places.
Called with DOWNCASED-NICK, NICK, NICK-BOUNDS, and COUNT when
`erc-button-add-nickname-buttons' cannot find a user object for
DOWNCASED-NICK in `erc-channel-members' or `erc-server-users'.
NICK-BOUNDS is a cons of buffer positions, and COUNT is a number
incremented with each visit, starting at 1.")