Variable: erc-server-prevent-duplicates

erc-server-prevent-duplicates is a customizable variable defined in erc-backend.el.gz.

Value

("301")

Documentation

Either nil or a list of strings.

Each string is a IRC message type, like PRIVMSG or NOTICE. All Message types in that list of subjected to duplicate prevention.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(defcustom erc-server-prevent-duplicates '("301")
  "Either nil or a list of strings.
Each string is a IRC message type, like PRIVMSG or NOTICE.
All Message types in that list of subjected to duplicate prevention."
  :type '(repeat string))