Variable: erc-timer-hook

erc-timer-hook is a customizable variable defined in erc.el.gz.

Value

nil

Documentation

Put functions which should get called more or less periodically here.

The idea is that servers always play ping pong with the client, and so there is no need for any idle-timer games with Emacs.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-timer-hook nil
  "Put functions which should get called more or less periodically here.
The idea is that servers always play ping pong with the client, and so there
is no need for any idle-timer games with Emacs."
  :group 'erc-hooks
  :type 'hook)