mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-29 14:19:25 +01:00
Changed whois provider domain to whois.iana.org
The previous was giving timeouts
This commit is contained in:
parent
06c88581ec
commit
5ca0fcd87c
@ -158,7 +158,7 @@ class Internet(callbacks.Plugin):
|
|||||||
if not status:
|
if not status:
|
||||||
status = 'unknown'
|
status = 'unknown'
|
||||||
try:
|
try:
|
||||||
t = telnetlib.Telnet('whois.pir.org', 43)
|
t = telnetlib.Telnet('whois.iana.org', 43)
|
||||||
except socket.error as e:
|
except socket.error as e:
|
||||||
irc.error(str(e))
|
irc.error(str(e))
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user