Variable: erc-command-indicator

erc-command-indicator is a customizable variable defined in erc.el.gz.

Value

nil

Documentation

Indicator used by ERC for showing commands.

If non-nil, this will be used in the ERC buffer to indicate commands (i.e., input starting with a /).

If nil, the prompt will be constructed from the variable erc-prompt(var)/erc-prompt(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-command-indicator nil
  "Indicator used by ERC for showing commands.

If non-nil, this will be used in the ERC buffer to indicate
commands (i.e., input starting with a `/').

If nil, the prompt will be constructed from the variable `erc-prompt'."
  :group 'erc-display
  :type '(choice (const nil) string function))