Variable: erc-interpret-mirc-color

erc-interpret-mirc-color is a customizable variable defined in erc-goodies.el.gz.

Value

nil

Documentation

If non-nil, ERC will interpret mIRC color codes.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-goodies.el.gz
(defcustom erc-interpret-mirc-color nil
  "If non-nil, ERC will interpret mIRC color codes."
  :type 'boolean)