Variable: rcirc-current-line
rcirc-current-line is a buffer-local variable defined in rcirc.el.gz.
Documentation
The current number of responses printed in this channel.
This number is independent of the number of lines in the buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defvar-local rcirc-current-line 0
"The current number of responses printed in this channel.
This number is independent of the number of lines in the buffer.")