Function: erc-get-channel-user

erc-get-channel-user is a byte-compiled function defined in erc.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.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)))