Variable: rcirc-input-ring-size
rcirc-input-ring-size is a customizable variable defined in
rcirc.el.gz.
Value
1024
Documentation
Size of input history ring.
Source Code
;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defcustom rcirc-input-ring-size 1024
"Size of input history ring."
:type 'integer)