Function: erc-channel-user-owner
erc-channel-user-owner is a byte-compiled function defined in
erc.el.gz.
Signature
(erc-channel-user-owner CL-X)
Documentation
Access slot "owner" of erc-channel-user struct CL-X.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(cl-defstruct (erc-channel-user (:type vector) :named)
voice halfop op admin owner
;; Last message time (in the form of the return value of
;; (current-time)
;;
;; This is useful for ordered name completion.
(last-message-time nil))