Handle some more reply formats to fix a test failure.

This commit is contained in:
James Vega 2004-12-10 03:41:05 +00:00
parent 3b61351d21
commit dc7a3dc3af
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class Internet(callbacks.Privmsg):
dns = wrap(dns, ['something'])
_tlds = sets.Set(['com', 'net', 'edu'])
_domain = ['Domain Name', 'Server Name']
_domain = ['Domain Name', 'Server Name', 'domain']
_registrar = ['Sponsoring Registrar', 'Registrar', 'source']
_updated = ['Last Updated On', 'Domain Last Updated Date', 'Updated Date',
'Last Modified', 'changed']