Implement Ctrl-C handling and fix a large number of small bugs
This commit is contained in:
8
main.py
8
main.py
@@ -39,14 +39,6 @@ lastMinuteSample = 0
|
||||
hashKey = urandom(16)
|
||||
lastEvents = {}
|
||||
|
||||
def nets():
|
||||
if not "pool" in globals():
|
||||
return
|
||||
networks = set()
|
||||
for i in pool.keys():
|
||||
networks.add("".join([x for x in i if not x in digits]))
|
||||
return networks
|
||||
|
||||
def liveNets():
|
||||
networks = set()
|
||||
for i in IRCPool.keys():
|
||||
|
||||
Reference in New Issue
Block a user