From 867814eb1dcdf2007fe959204b240fb82b4d22e8 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 7 Nov 2003 12:47:36 +0000 Subject: [PATCH] Oops, forgot to commit this. --- src/conf.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/conf.py b/src/conf.py index 016771b08..70d6c7d16 100644 --- a/src/conf.py +++ b/src/conf.py @@ -79,6 +79,12 @@ humanTimestampFormat = '%I:%M %p, %B %d, %Y' ### throttleTime = 1.0 +### +# snarfThrottle: A floating point number of seconds to throttle snarfed URLs, +# in order to prevent loops between two bots. +### +snarfThrottle = 10.0 + ### # allowEval: True if the owner (and only the owner) should be able to eval # arbitrary Python code. @@ -269,6 +275,7 @@ types = { 'logTimestampFormat': mystr, 'humanTimestampFormat': mystr, 'throttleTime': float, + 'snarfThrottle': float, #'allowEval': mybool, 'replyWhenNotCommand': mybool, 'replyWithPrivateNotice': mybool,