Skip to content

Commit

Permalink
[ip] Fix Example
Browse files Browse the repository at this point in the history
Also to fix the Travis Builds
  • Loading branch information
johnlage committed Sep 28, 2014
1 parent 9235d15 commit 169d913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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: Google Inc.',
r'[IP/Host Lookup] Hostname: google-public-dns-a.google.com | Location: United States | Region: CA | ISP: Google Inc.',
re=True,
ignore='Downloading GeoIP database, please wait...')
def ip(bot, trigger):
Expand Down

0 comments on commit 169d913

Please sign in to comment.