From 01cebd1ccc8e83dbbbe78d27ae1f4e14b206e5b7 Mon Sep 17 00:00:00 2001 From: "Sean B. Palmer" Date: Thu, 23 Dec 2010 19:34:03 +0000 Subject: HTTPS title support, and a minor encoding fix. --- modules/head.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/head.py') diff --git a/modules/head.py b/modules/head.py index b6767ff..384b8df 100755 --- a/modules/head.py +++ b/modules/head.py @@ -168,7 +168,7 @@ def noteuri(phenny, input): if not hasattr(phenny.bot, 'last_seen_uri'): phenny.bot.last_seen_uri = {} phenny.bot.last_seen_uri[input.sender] = uri -noteuri.rule = r'.*(http://[^<> "\x01]+)[,.]?' +noteuri.rule = r'.*(http[s]?://[^<> "\x01]+)[,.]?' noteuri.priority = 'low' if __name__ == '__main__': -- cgit v1.2.3-1-g7c22