erc-get-channel-user-list

erc-get-channel-user-list is a compiled Lisp function in `erc.el'.

(erc-get-channel-user-list)

Return a list of users in the current channel. Each element
of the list is of the form (USER . CHANNEL-DATA), where USER is
an erc-server-user struct, and CHANNEL-DATA is either nil or an
erc-channel-user struct.

See also: `erc-sort-channel-users-by-activity'