erc-channel-users

erc-channel-users is a variable defined in `erc.el'.
Its value is
nil

  • Automatically becomes buffer-local when set.

Documentation:
A hash table of members in the current channel, which
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.