Variable: erc-save-queries-on-quit

erc-save-queries-on-quit is a customizable variable defined in erc-log.el.gz.

Value

t

Documentation

Save all query (also channel) buffers of the server on QUIT.

If you set this to nil, you may want to enable both erc-log-write-after-send and erc-log-write-after-insert.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-log.el.gz
(defcustom erc-save-queries-on-quit t
  "Save all query (also channel) buffers of the server on QUIT.

If you set this to nil, you may want to enable both
`erc-log-write-after-send' and `erc-log-write-after-insert'."
  :type 'boolean)