Variable: rcirc-kill-channel-buffers
rcirc-kill-channel-buffers is a customizable variable defined in
rcirc.el.gz.
Value
nil
Documentation
When non-nil, kill channel buffers when the server buffer is killed.
Only the channel buffers associated with the server in question will be killed.
This variable was added, or its default value changed, in Emacs 24.3.
Source Code
;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defcustom rcirc-kill-channel-buffers nil
"When non-nil, kill channel buffers when the server buffer is killed.
Only the channel buffers associated with the server in question
will be killed."
:version "24.3"
:type 'boolean)