mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-04 18:29:21 +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:
|
||||
status = 'unknown'
|
||||
try:
|
||||
t = telnetlib.Telnet('whois.pir.org', 43)
|
||||
t = telnetlib.Telnet('whois.iana.org', 43)
|
||||
except socket.error as e:
|
||||
irc.error(str(e))
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user