Variable: rcirc-always-use-server-buffer-flag
rcirc-always-use-server-buffer-flag is a customizable variable defined
in rcirc.el.gz.
Value
nil
Documentation
Non-nil means messages without a channel target will go to the server buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defcustom rcirc-always-use-server-buffer-flag nil
"Non-nil means messages without a channel target will go to the server buffer."
:type 'boolean)