X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=server.py;h=da2364c5579432f9c32373025529739e50276be8;hb=16bcfd38864163fb1f5835a28f1213ccfe744942;hp=88abd080cc7a001e95ac9442ae4e26e51b58258b;hpb=494bab5649f0d743dc29cc1bc1285e29282c0b15;p=electrum-server.git diff --git a/server.py b/server.py index 88abd08..da2364c 100755 --- a/server.py +++ b/server.py @@ -463,6 +463,7 @@ def irc_thread(): # warning: this is a horrible hack which apparently works k = line.index('352') ip = line[k+4] + ip = socket.gethostbyname(ip) name = line[k+6] host = line[k+9] peer_list[name] = (ip,host)