Variable: erc-ignore-list
erc-ignore-list is a customizable and buffer-local variable defined in
erc.el.gz.
Documentation
List of regexps matching user identifiers to ignore.
A user identifier has the form "nick!login@host". If an identifier matches, the message from the person will not be processed.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-ignore-list nil
"List of regexps matching user identifiers to ignore.
A user identifier has the form \"nick!login@host\". If an
identifier matches, the message from the person will not be
processed."
:group 'erc-ignore
:type '(repeat regexp))