Variable: erc-timer-hook
erc-timer-hook is a customizable variable defined in erc.el.gz.
Value
nil
Documentation
Abnormal hook run after each response handler.
Called with a float returned from erc-current-time.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-timer-hook nil
"Abnormal hook run after each response handler.
Called with a float returned from `erc-current-time'."
:group 'erc-hooks
:type 'hook)