Skip to content

Commit 5ca0fcd

Browse files
spithashprogval
authored andcommitted
Changed whois provider domain to whois.iana.org
The previous was giving timeouts
1 parent 06c8858 commit 5ca0fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/Internet/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def whois(self, irc, msg, args, domain):
158158
if not status:
159159
status = 'unknown'
160160
try:
161-
t = telnetlib.Telnet('whois.pir.org', 43)
161+
t = telnetlib.Telnet('whois.iana.org', 43)
162162
except socket.error as e:
163163
irc.error(str(e))
164164
return

0 commit comments

Comments
 (0)