Variable: erc-server-users
erc-server-users is a buffer-local variable defined in erc.el.gz.
Documentation
Hash table of users on the current server.
It associates nicknames with erc-server-user struct instances.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar-local erc-server-users nil
"Hash table of users on the current server.
It associates nicknames with `erc-server-user' struct instances.")