Variable: erc-dcc-chat-filter-functions
erc-dcc-chat-filter-functions is a variable defined in erc-dcc.el.gz.
Value
(erc-dcc-chat-parse-output)
Documentation
Abnormal hook run after parsing (and maybe inserting) a DCC message.
Each function is called with two arguments: the ERC process and the unprocessed output.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-dcc.el.gz
(defvar erc-dcc-chat-filter-functions '(erc-dcc-chat-parse-output)
"Abnormal hook run after parsing (and maybe inserting) a DCC message.
Each function is called with two arguments: the ERC process and
the unprocessed output.")