1
0

improved page

This commit is contained in:
ThomasV
2011-11-23 00:26:36 +03:00
parent ff639ceece
commit 33c5f20853
2 changed files with 32 additions and 6 deletions

View File

@@ -456,7 +456,7 @@ def irc_thread():
s.send('USERHOST %s\n'%item)
elif '302' in line: # answer to /userhost
k = line.index('302')
name = line[k+1]
name = line[k+2].split('=')[0]
host = line[k+2].split('@')[1]
peer_list[name] = host
elif time.time() - t > 5*60: