Skip to content

Commit

Permalink
fixed .chat
Browse files Browse the repository at this point in the history
  • Loading branch information
trylinux committed May 21, 2016
1 parent 67d1f84 commit fc29d80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions whois/whois.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ def choose_server(self, domain):
a = NICClient.SRSWHOIS
elif 'click' in str(tld):
a = 'whois.uniregistry.net'
elif 'chat' in str(tld):
a = 'whois.donuts.co'
else:
a = tld + NICClient.QNICHOST_TAIL
return a
Expand Down

0 comments on commit fc29d80

Please sign in to comment.