Variable: erc-channel-modes
erc-channel-modes is a buffer-local variable defined in erc.el.gz.
Documentation
List of letters, as strings, representing channel modes.
For example, ("i" "m" "s"). Modes that take accompanying parameters are not included.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar-local erc-channel-modes nil
"List of letters, as strings, representing channel modes.
For example, (\"i\" \"m\" \"s\"). Modes that take accompanying
parameters are not included.")