comparison urllog.tcl @ 90:a9a4456eb213

urllog: Add .xxx TLD to supported list.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 12 Sep 2011 17:20:16 +0300
parents 77e05ce9e9b8
children 6f4bfd8e9447
comparison
equal deleted inserted replaced
89:77e05ce9e9b8 90:a9a4456eb213
126 # (Valid alternatives are "PRIVMSG" and "NOTICE") 126 # (Valid alternatives are "PRIVMSG" and "NOTICE")
127 set urllog_preferredmsg "PRIVMSG" 127 set urllog_preferredmsg "PRIVMSG"
128 128
129 # The valid known Top Level Domains (TLDs), but not the country code TLDs 129 # The valid known Top Level Domains (TLDs), but not the country code TLDs
130 # (Now includes the new IANA published TLDs) 130 # (Now includes the new IANA published TLDs)
131 set urllog_tlds "org,com,net,mil,gov,biz,edu,coop,aero,info,museum,name,pro,int" 131 set urllog_tlds "org,com,net,mil,gov,biz,edu,coop,aero,info,museum,name,pro,int,xxx"
132 132
133 133
134 ########################################################################## 134 ##########################################################################
135 # No need to look below this line 135 # No need to look below this line
136 ########################################################################## 136 ##########################################################################