Oops, forgot to commit this.

This commit is contained in:
Jeremy Fincher 2003-11-07 12:47:36 +00:00
parent 5dd35ea601
commit 867814eb1d

View File

@ -79,6 +79,12 @@ humanTimestampFormat = '%I:%M %p, %B %d, %Y'
### ###
throttleTime = 1.0 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 # allowEval: True if the owner (and only the owner) should be able to eval
# arbitrary Python code. # arbitrary Python code.
@ -269,6 +275,7 @@ types = {
'logTimestampFormat': mystr, 'logTimestampFormat': mystr,
'humanTimestampFormat': mystr, 'humanTimestampFormat': mystr,
'throttleTime': float, 'throttleTime': float,
'snarfThrottle': float,
#'allowEval': mybool, #'allowEval': mybool,
'replyWhenNotCommand': mybool, 'replyWhenNotCommand': mybool,
'replyWithPrivateNotice': mybool, 'replyWithPrivateNotice': mybool,