Variable: erc-kill-buffer-on-part
erc-kill-buffer-on-part is a customizable variable defined in
erc.el.gz.
Value
nil
Documentation
Kill the channel buffer on PART.
This variable should probably stay nil, as ERC can reuse buffers if you rejoin them later.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-kill-buffer-on-part nil
"Kill the channel buffer on PART.
This variable should probably stay nil, as ERC can reuse buffers if
you rejoin them later."
:group 'erc-quit-and-part
:type 'boolean)