Variable: erc-server-last-ping-time

erc-server-last-ping-time is a buffer-local variable defined in erc-backend.el.gz.

Documentation

Time the last ping was sent.

This is useful for flood protection.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(defvar-local erc-server-last-ping-time nil
  "Time the last ping was sent.
This is useful for flood protection.")