Function: erc-get-channel-member--inliner

erc-get-channel-member--inliner is a function defined in erc-common.el.gz.

Signature

(erc-get-channel-member--inliner INLINE--FORM NICK)

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-common.el.gz
;; Could not find source code, showing raw function object.
#[(inline--form nick)
  ((ignore inline--form)
   (catch 'inline--just-use
     (list 'gethash (list 'erc-downcase nick) 'erc-channel-users)))
  (t)]