Variable: erc--user-modes

erc--user-modes is a buffer-local variable defined in erc.el.gz.

Documentation

Sorted list of current user "MODE" letters.

Analogous to erc-channel-modes but chars rather than strings.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar-local erc--user-modes nil
  "Sorted list of current user \"MODE\" letters.
Analogous to `erc-channel-modes' but chars rather than strings.")