mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
Handle some more reply formats to fix a test failure.
This commit is contained in:
parent
3b61351d21
commit
dc7a3dc3af
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user