Variable: erc--channel-modes

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

Documentation

When non-nil, a hash table of current channel modes.

Keys are characters. Values are either a string, for types A-C, or t, for type D.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar-local erc--channel-modes nil
  "When non-nil, a hash table of current channel modes.
Keys are characters.  Values are either a string, for types A-C,
or t, for type D.")