mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
Internet: Remove special handling for Verisign in @dns.
This commit is contained in:
parent
18b16d84ed
commit
113ddf8c69
@ -56,10 +56,7 @@ class Internet(callbacks.Plugin):
|
||||
else:
|
||||
try:
|
||||
ip = socket.getaddrinfo(host, None)[0][4][0]
|
||||
if ip == '64.94.110.11': # Verisign sucks!
|
||||
irc.reply(_('Host not found.'))
|
||||
else:
|
||||
irc.reply(ip)
|
||||
irc.reply(ip)
|
||||
except socket.error:
|
||||
irc.reply(_('Host not found.'))
|
||||
dns = wrap(dns, ['something'])
|
||||
|
@ -1,3 +1,3 @@
|
||||
"""stick the various versioning attributes in here, so we only have to change
|
||||
them once."""
|
||||
version = '0.83.4.1+limnoria (2012-04-04T13:08:49+0000)'
|
||||
version = '0.83.4.1+limnoria (2012-04-04T13:13:39+0000)'
|
||||
|
Loading…
Reference in New Issue
Block a user