Variable: rcirc-fill-prefix
rcirc-fill-prefix is a customizable variable defined in rcirc.el.gz.
Value
nil
Documentation
Text to insert before filled lines.
If nil, calculate the prefix dynamically to line up text underneath each nick.
Source Code
;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defcustom rcirc-fill-prefix nil
"Text to insert before filled lines.
If nil, calculate the prefix dynamically to line up text
underneath each nick."
:type '(choice (const :tag "Dynamic" nil)
(string :tag "Prefix text")))