Variable: erc-send-whitespace-lines

erc-send-whitespace-lines is a customizable variable defined in erc.el.gz.

Value

nil

Documentation

If set to non-nil, send lines consisting of only whitespace.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-send-whitespace-lines nil
  "If set to non-nil, send lines consisting of only whitespace."
  :group 'erc
  :type 'boolean)