Variable: erc-server-last-received-time
erc-server-last-received-time is a buffer-local variable defined in
erc-backend.el.gz.
Documentation
Time the last message was received from the server.
This is useful for detecting hung connections.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(defvar-local erc-server-last-received-time nil
"Time the last message was received from the server.
This is useful for detecting hung connections.")