Function: erc-replace-disable

erc-replace-disable is an interactive and byte-compiled function defined in erc-replace.el.gz.

Signature

(erc-replace-disable)

Documentation

Disable ERC replace mode.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-replace.el.gz
;;;###autoload(autoload 'erc-replace-mode "erc-replace")
(define-erc-module replace nil
  "This mode replaces incoming text according to `erc-replace-alist'."
  ((add-hook 'erc-insert-modify-hook
	     #'erc-replace-insert))
  ((remove-hook 'erc-insert-modify-hook
		#'erc-replace-insert)))