Variable: erc-format-query-as-channel-p
erc-format-query-as-channel-p is a customizable variable defined in
erc.el.gz.
Value
t
Documentation
If non-nil, format text from others in a query buffer like in a channel.
Otherwise format like a private message.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-format-query-as-channel-p t
"If non-nil, format text from others in a query buffer like in a channel.
Otherwise format like a private message."
:group 'erc-query
:type 'boolean)