Function: erc-irccontrols-enable

erc-irccontrols-enable is an interactive and byte-compiled function defined in erc-goodies.el.gz.

Signature

(erc-irccontrols-enable)

Documentation

Enable ERC irccontrols mode.

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)))