Variable: erc-channel-banlist

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

Documentation

A list of bans seen for the current channel.

Each ban is an alist of the form:
  (WHOSET . MASK)

The property received-from-server indicates whether or not the ban list has been requested from the server.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
;;; Banlists

(defvar-local erc-channel-banlist nil
  "A list of bans seen for the current channel.

Each ban is an alist of the form:
  (WHOSET . MASK)

The property `received-from-server' indicates whether
or not the ban list has been requested from the server.")