Variable: erc-hide-prompt

erc-hide-prompt is a customizable variable defined in erc.el.gz.

Value

nil

Documentation

If non-nil, do not display the prompt for commands.

(A command is any input starting with a /).

See also the variables erc-prompt(var)/erc-prompt(fun) and erc-command-indicator(var)/erc-command-indicator(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-hide-prompt nil
  "If non-nil, do not display the prompt for commands.

\(A command is any input starting with a `/').

See also the variables `erc-prompt' and `erc-command-indicator'."
  :group 'erc-display
  :type 'boolean)