1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

add ignorelist for spammers, remove idle-loop

This commit is contained in:
Thorsten S
2015-12-26 20:43:25 +01:00
parent 00e5f41317
commit 9e313699c6
4 changed files with 53 additions and 13 deletions

View File

@@ -1,4 +1,5 @@
other_bots = string_list(default=list())
spammers = string_list(default=list())
request_counter = integer(default=0)
start_time = integer(default=0)