mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Internet: Remove special handling for Verisign in @dns.
This commit is contained in:
parent
18b16d84ed
commit
113ddf8c69
@ -56,9 +56,6 @@ class Internet(callbacks.Plugin):
|
|||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
ip = socket.getaddrinfo(host, None)[0][4][0]
|
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:
|
except socket.error:
|
||||||
irc.reply(_('Host not found.'))
|
irc.reply(_('Host not found.'))
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"""stick the various versioning attributes in here, so we only have to change
|
"""stick the various versioning attributes in here, so we only have to change
|
||||||
them once."""
|
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