Variable: erc-script-echo

erc-script-echo is a customizable variable defined in erc.el.gz.

Value

t

Documentation

If non-nil, echo the IRC script commands locally.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-script-echo t
  "If non-nil, echo the IRC script commands locally."
  :group 'erc-scripts
  :type 'boolean)