Variable: erc-channel-new-member-names

erc-channel-new-member-names is a buffer-local variable defined in erc.el.gz.

Documentation

If non-nil, a names list is currently being received.

If non-nil, this variable is a hash-table that associates received nicks with t.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar-local erc-channel-new-member-names nil
  "If non-nil, a names list is currently being received.

If non-nil, this variable is a hash-table that associates
received nicks with t.")