Variable: erc-dangerous-hosts

erc-dangerous-hosts is a customizable variable defined in erc-match.el.gz.

Value

nil

Documentation

List of regexps for hosts to highlight.

Useful to mark nicks from dangerous hosts.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-match.el.gz
(defcustom erc-dangerous-hosts nil
  "List of regexps for hosts to highlight.
Useful to mark nicks from dangerous hosts."
  :type '(repeat regexp))