Function: erc-get-channel-user
erc-get-channel-user is a byte-compiled function defined in
erc-common.el.gz.
Signature
(erc-get-channel-user NICK)
Documentation
Find NICK in the current buffer's erc-channel-users hash table.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-common.el.gz
(define-inline erc-get-channel-user (nick)
"Find NICK in the current buffer's `erc-channel-users' hash table."
(inline-quote (gethash (erc-downcase ,nick) erc-channel-users)))