mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 12:12:54 +01:00
Oops, forgot to commit this.
This commit is contained in:
parent
5dd35ea601
commit
867814eb1d
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user