Function: erc--format-channel-status-prefix

erc--format-channel-status-prefix is a byte-compiled function defined in erc.el.gz.

Signature

(erc--format-channel-status-prefix)

Documentation

Return the current channel membership prefix.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc--format-channel-status-prefix ()
  "Return the current channel membership prefix."
  (and (erc--target-channel-p erc--target)
       (erc-get-channel-membership-prefix (erc-current-nick))))