Function: erc-noncommands-disable

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

Signature

(erc-noncommands-disable)

Documentation

Disable ERC noncommands mode.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-goodies.el.gz
(define-erc-module noncommands nil
  "This mode distinguishes non-commands.
Commands listed in `erc-insert-this' know how to display
themselves."
  ((add-hook 'erc-pre-send-functions #'erc-send-distinguish-noncommands))
  ((remove-hook 'erc-pre-send-functions #'erc-send-distinguish-noncommands)))