Variable: erc-channel-modes

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

Documentation

List of strings representing channel modes.

E.g. ("i" "m" "s" "b Quake!*@*")
(not sure the ban list will be here, but why not)

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar-local erc-channel-modes nil
  "List of strings representing channel modes.
E.g. (\"i\" \"m\" \"s\" \"b Quake!*@*\")
\(not sure the ban list will be here, but why not)")