Function: erc-channel-user-halfop

erc-channel-user-halfop is a byte-compiled function defined in erc-common.el.gz.

Signature

(erc-channel-user-halfop CL-X)

Documentation

Access slot "halfop" of erc-channel-user struct CL-X.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-common.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))