Variable: erc-last-input-time

erc-last-input-time is a variable defined in erc.el.gz.

Value

0

Documentation

Time of last call to erc-send-current-line.

If that function has never been called, the value is 0.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc-last-input-time 0
  "Time of last call to `erc-send-current-line'.
If that function has never been called, the value is 0.")