Variable: erc-dangerous-host-highlight-type

erc-dangerous-host-highlight-type is a customizable variable defined in erc-match.el.gz.

Value

nick

Documentation

Determines how to highlight messages by nicks from dangerous-hosts.

Use option erc-dangerous-hosts to specify patterns. See erc-pal-highlight-type for a summary of possible values as well as additional details common to categories like \+dangerous-host that normally match against a message's sender.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-match.el.gz
(defcustom erc-dangerous-host-highlight-type 'nick
  "Determines how to highlight messages by nicks from dangerous-hosts.
Use option `erc-dangerous-hosts' to specify patterns.  See
`erc-pal-highlight-type' for a summary of possible values as well as
additional details common to categories like \\+`dangerous-host' that
normally match against a message's sender."
  :type '(choice (const nil)
		 (const nick)
                 (const message)
		 (const all)))