Threadable

This commit is contained in:
Andrei M
2012-09-24 23:03:15 -04:00
parent 7b87baeb7e
commit 7882141091

View File

@@ -114,6 +114,7 @@ def snarfuri(phenny, input):
phenny.msg(input.sender, title)
snarfuri.rule = r'.*(http[s]?://[^<> "\x01]+)[,.]?'
snarfuri.priority = 'low'
snarfuri.thread = True
if __name__ == '__main__':