Variable: erc-noncommands-list

erc-noncommands-list is a variable defined in erc-goodies.el.gz.

Value

(erc-cmd-ME erc-cmd-COUNTRY erc-cmd-SV erc-cmd-SM erc-cmd-SAY
	    erc-cmd-LASTLOG)

Documentation

List of client "slash commands" that perform their own buffer I/O.

The command-indicator module forgoes echoing these commands, most of which aren't actual interactive lisp commands.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-goodies.el.gz
;;; Distinguish non-commands
(defvar erc-noncommands-list '(erc-cmd-ME
                               erc-cmd-COUNTRY
                               erc-cmd-SV
                               erc-cmd-SM
                               erc-cmd-SAY
                               erc-cmd-LASTLOG)
  "List of client \"slash commands\" that perform their own buffer I/O.
The `command-indicator' module forgoes echoing these commands,
most of which aren't actual interactive lisp commands.")