Threadable

master
Andrei M 2012-09-24 23:03:15 -04:00
parent 7b87baeb7e
commit 7882141091
1 changed files with 1 additions and 0 deletions

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__':