Variable: rcirc-scroll-show-maximum-output
rcirc-scroll-show-maximum-output is a customizable variable defined in
rcirc.el.gz.
Value
t
Documentation
Non-nil means scroll to keep the point at the bottom of the window.
Source Code
;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defcustom rcirc-scroll-show-maximum-output t
"Non-nil means scroll to keep the point at the bottom of the window."
:type 'boolean)