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

fix blacklist regex

This commit is contained in:
urlbot
2015-06-17 23:30:45 +02:00
parent 465a59c275
commit ea220cce60

View File

@@ -40,7 +40,7 @@ config = {
r'^.*ibash\.de/zitat.*$', r'^.*ibash\.de/zitat.*$',
r'^.*golem\.de/news/.*$' r'^.*golem\.de/news/.*$'
r'^.*paste\.debian\.net/((hidden|plainh?)/)?[0-9a-f]+/?$', r'^.*paste\.debian\.net/((hidden|plainh?)/)?[0-9a-f]+/?$',
r'^.*example\.(org,net,com).*$' r'^.*example\.(org|net|com).*$'
], ],
# the "dice" feature will use more efficient random data (0) for given users # the "dice" feature will use more efficient random data (0) for given users