Variable: erc--isupport-params

erc--isupport-params is a buffer-local variable defined in erc-backend.el.gz.

Documentation

Hash map of "ISUPPORT" params.

Keys are symbols. Values are lists of zero or more strings with hex escapes removed. ERC normalizes incoming parameters of the form
"FOO=" to (FOO).

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(defvar-local erc--isupport-params nil
  "Hash map of \"ISUPPORT\" params.
Keys are symbols.  Values are lists of zero or more strings with hex
escapes removed.  ERC normalizes incoming parameters of the form
\"FOO=\" to (FOO).")