Variable: erc-channel-users
erc-channel-users is a buffer-local variable defined in erc.el.gz.
Documentation
Hash table of members in the current channel.
It associates nicknames with cons cells of the form:
(USER . MEMBER-DATA) where USER is a pointer to an
erc-server-user struct, and MEMBER-DATA is a pointer to an
erc-channel-user struct.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar-local erc-channel-users nil
"Hash table of members in the current channel.
It associates nicknames with cons cells of the form:
\(USER . MEMBER-DATA) where USER is a pointer to an
erc-server-user struct, and MEMBER-DATA is a pointer to an
erc-channel-user struct.")