Variable: erc-text-matched-hook

erc-text-matched-hook is a customizable variable defined in erc-match.el.gz.

Value

(erc-log-matches)

Documentation

Abnormal hook for visiting text matching a predefined "type".

ERC calls members with the arguments (MATCH-TYPE NUH MESSAGE), where MATCH-TYPE is one of the symbols current-nick, keyword, pal, dangerous-host, fool, and NUH is an erc-response sender, like bob!~bob@example.org.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-match.el.gz
(defcustom erc-text-matched-hook '(erc-log-matches)
  "Abnormal hook for visiting text matching a predefined \"type\".
ERC calls members with the arguments (MATCH-TYPE NUH MESSAGE),
where MATCH-TYPE is one of the symbols `current-nick', `keyword',
`pal', `dangerous-host', `fool', and NUH is an `erc-response'
sender, like bob!~bob@example.org."
  :options '(erc-log-matches erc-hide-fools erc-beep-on-match)
  :type 'hook)