Variable: erc-irccontrols-mode
erc-irccontrols-mode is a customizable variable defined in
erc-goodies.el.gz.
Value
nil
Documentation
Non-nil if Erc-Irccontrols mode is enabled.
See the erc-irccontrols-mode(var)/erc-irccontrols-mode(fun) command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node (emacs)Easy Customization)
or call the function erc-irccontrols-mode(var)/erc-irccontrols-mode(fun).
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-goodies.el.gz
(define-erc-module irccontrols nil
"This mode enables the interpretation of IRC control chars."
((add-hook 'erc-insert-modify-hook #'erc-controls-highlight)
(add-hook 'erc-send-modify-hook #'erc-controls-highlight))
((remove-hook 'erc-insert-modify-hook #'erc-controls-highlight)
(remove-hook 'erc-send-modify-hook #'erc-controls-highlight)))