Variable: erc-notify-interval

erc-notify-interval is a customizable variable defined in erc-notify.el.gz.

Value

60

Documentation

Time interval (in seconds) for checking online status of notified people.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-notify.el.gz
(defcustom erc-notify-interval 60
  "Time interval (in seconds) for checking online status of notified people."
  :type 'integer)