Variable: erc-controls-highlight-regexp
erc-controls-highlight-regexp is a variable defined in
erc-goodies.el.gz.
Value
"\\(\\|\\|\\|\\|\\|\\|\\([0-9][0-9]?\\)?\\(,\\([0-9][0-9]?\\)\\)?\\)\\([^\n]*\\)"
Documentation
Regular expression which matches control chars and the text to highlight.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-goodies.el.gz
(defvar erc-controls-highlight-regexp
(concat "\\(\C-b\\|\C-]\\|\C-v\\|\C-_\\|\C-g\\|\C-o\\|"
"\C-c\\([0-9][0-9]?\\)?\\(,\\([0-9][0-9]?\\)\\)?\\)"
"\\([^\C-b\C-]\C-v\C-_\C-c\C-g\C-o\n]*\\)")
"Regular expression which matches control chars and the text to highlight.")