Variable: rcirc-ignore-list-automatic
rcirc-ignore-list-automatic is a variable defined in rcirc.el.gz.
Value
nil
Documentation
List of ignored nicks added to rcirc-ignore-list because of renaming.
When an ignored person renames, their nick is added to both lists. Nicks will be removed from the automatic list on follow-up renamings or parts.
Source Code
;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defvar rcirc-ignore-list-automatic ()
"List of ignored nicks added to `rcirc-ignore-list' because of renaming.
When an ignored person renames, their nick is added to both lists.
Nicks will be removed from the automatic list on follow-up renamings or
parts.")