Skip to content

Commit

Permalink
Merge pull request #1523 from sopel-irc/ip-example-fix
Browse files Browse the repository at this point in the history
ip: fix tests (again)
  • Loading branch information
dgw authored Mar 27, 2019
2 parents f3f27e3 + 4107dba commit e988d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel/modules/ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def _find_geoip_db(bot):

@commands('iplookup', 'ip')
@example('.ip 8.8.8.8',
r'[IP/Host Lookup] Hostname: google-public-dns-a.google.com | Location: United States | ISP: AS15169 Google LLC',
r'\[IP\/Host Lookup\] Hostname: \S*dns\S*\.google\S* \| Location: United States \| ISP: AS15169 Google LLC',
re=True,
ignore='Downloading GeoIP database, please wait...')
def ip(bot, trigger):
Expand Down

0 comments on commit e988d17

Please sign in to comment.