sort server list; remove freenode
This commit is contained in:
7
ppf.py
7
ppf.py
@@ -146,9 +146,10 @@ def proxyleech(sqlite, rows):
|
|||||||
add = []
|
add = []
|
||||||
for i in uniques:
|
for i in uniques:
|
||||||
add.append(i)
|
add.append(i)
|
||||||
if len(add) < 500: continue
|
if len(add) > 500:
|
||||||
insert_proxies(add, row[0], sqlite)
|
insert_proxies(add, row[0], sqlite)
|
||||||
add = []
|
add = []
|
||||||
|
time.sleep(0.1)
|
||||||
if len(add): insert_proxies(add, row[0], sqlite)
|
if len(add): insert_proxies(add, row[0], sqlite)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
chat.freenode.net
|
|
||||||
irc.dal.net
|
|
||||||
irc.Undernet.Org
|
|
||||||
eu.ircnet.org
|
eu.ircnet.org
|
||||||
eu.undernet.org
|
eu.undernet.org
|
||||||
irc.2600.net
|
irc.2600.net
|
||||||
|
irc.Undernet.Org
|
||||||
irc.accessirc.net
|
irc.accessirc.net
|
||||||
irc.afterx.net
|
irc.afterx.net
|
||||||
irc.asylo.com
|
irc.asylo.com
|
||||||
@@ -24,12 +22,13 @@ irc.choopa.net
|
|||||||
irc.coldfront.net
|
irc.coldfront.net
|
||||||
irc.cyanide-x.net
|
irc.cyanide-x.net
|
||||||
irc.cyberarmy.net
|
irc.cyberarmy.net
|
||||||
|
irc.d-t-net.de
|
||||||
|
irc.dal.net
|
||||||
irc.darkmyst.org
|
irc.darkmyst.org
|
||||||
irc.data.lt
|
irc.data.lt
|
||||||
irc.deepirc.net
|
irc.deepirc.net
|
||||||
irc.deepspace.org
|
irc.deepspace.org
|
||||||
irc.drlnet.com
|
irc.drlnet.com
|
||||||
irc.d-t-net.de
|
|
||||||
irc.dynastynet.net
|
irc.dynastynet.net
|
||||||
irc.ecnet.org
|
irc.ecnet.org
|
||||||
irc.efnet.org
|
irc.efnet.org
|
||||||
@@ -106,11 +105,11 @@ irc.snt.utwente.nl
|
|||||||
irc.solidirc.com
|
irc.solidirc.com
|
||||||
irc.sorcery.net
|
irc.sorcery.net
|
||||||
irc.spacetronix.net
|
irc.spacetronix.net
|
||||||
|
irc.st-city.net
|
||||||
irc.starchat.net
|
irc.starchat.net
|
||||||
irc.starlink-irc.org
|
irc.starlink-irc.org
|
||||||
irc.starlink.org
|
irc.starlink.org
|
||||||
irc.staynet.org
|
irc.staynet.org
|
||||||
irc.st-city.net
|
|
||||||
irc.stratics.com
|
irc.stratics.com
|
||||||
irc.swiftirc.net
|
irc.swiftirc.net
|
||||||
irc.teksavvy.ca
|
irc.teksavvy.ca
|
||||||
|
|||||||
Reference in New Issue
Block a user