Variable: erc-show-speaker-membership-status

erc-show-speaker-membership-status is a customizable variable defined in erc.el.gz.

Value

nil

Documentation

Whether to prefix speakers with their channel status.

For example, when this option is non-nil and some nick "Alice" has operator status in the current channel, ERC displays their leading "speaker" label as <@Alice> instead of <Alice>.

This variable was added, or its default value changed, in ERC version
5.6.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-show-speaker-membership-status nil
  "Whether to prefix speakers with their channel status.
For example, when this option is non-nil and some nick \"Alice\"
has operator status in the current channel, ERC displays their
leading \"speaker\" label as <@Alice> instead of <Alice>."
  :package-version '(ERC . "5.6")
  :group 'erc-display
  :type 'boolean)