Variable: erc-save-buffer-on-part
erc-save-buffer-on-part is a customizable variable defined in
erc-log.el.gz.
Value
t
Documentation
Save the channel buffer content using erc-save-buffer-in-logs on PART.
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-buffer-on-part t
"Save the channel buffer content using `erc-save-buffer-in-logs' on PART.
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)