Function: erc-match
erc-match is a byte-compiled function defined in erc-match.el.gz.
Signature
(erc-match &key PREDICATE SPKR-BEG SPKR-END BODY-BEG SENDER NICK COMMAND HANDLER NEWLINEP)
Documentation
Constructor for objects of type erc-match.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-match.el.gz
;; Customization:
(defgroup erc-match nil
"Keyword and Friend/Foe/... recognition.
Group containing all things concerning pattern matching in ERC
messages."
:group 'erc)