From 78821410912a026f74b8d3487e9d4529f6936473 Mon Sep 17 00:00:00 2001 From: Andrei M Date: Mon, 24 Sep 2012 23:03:15 -0400 Subject: [PATCH] Threadable --- modules/head.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/head.py b/modules/head.py index 47ff5b1..9f6f162 100644 --- a/modules/head.py +++ b/modules/head.py @@ -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__':