Skip to content

Commit

Permalink
Update ip.py
Browse files Browse the repository at this point in the history
Updated example result for Travis
  • Loading branch information
kwaaak authored Feb 11, 2017
1 parent 69f3a8e commit 4260db2
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 @@ -95,7 +95,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 | Region: CA | ISP: AS15169 Google Inc.',
r'[IP/Host Lookup] Hostname: google-public-dns-a.google.com | Location: United States | Region: CA | City: Mountain View | ISP: AS15169 Google Inc.',
re=True,
ignore='Downloading GeoIP database, please wait...')
def ip(bot, trigger):
Expand Down

0 comments on commit 4260db2

Please sign in to comment.