This commit is contained in:
Nikos Kouremenos 2005-11-27 22:28:33 +00:00
parent 75a2418fea
commit 8862daa3fc
1 changed files with 1 additions and 1 deletions

View File

@ -1067,7 +1067,7 @@ class Interface:
# so http://be) will match http://be and http://be)be) will match http://be)be # so http://be) will match http://be and http://be)be) will match http://be)be
prefixes = (r'http://', r'https://', r'news://', r'ftp://', r'ed2k://', prefixes = (r'http://', r'https://', r'news://', r'ftp://', r'ed2k://',
r'magnet:', r', r'www\.', r'ftp\.') r'magnet:', r'www\.', r'ftp\.')
# NOTE: it's ok to catch www.gr such stuff exist! # NOTE: it's ok to catch www.gr such stuff exist!
#FIXME: recognize xmpp: and treat it specially #FIXME: recognize xmpp: and treat it specially