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