mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +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
|
||||
|
||||
###
|
||||
# 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,
|
||||
|
Loading…
Reference in New Issue
Block a user