From 169d9132469e18cf7f5b7e60077a2b9571a04652 Mon Sep 17 00:00:00 2001 From: janandjohn3 Date: Sun, 28 Sep 2014 15:32:47 -0500 Subject: [PATCH] [ip] Fix Example Also to fix the Travis Builds --- ip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip.py b/ip.py index 145f6f4fb5..048df03430 100644 --- a/ip.py +++ b/ip.py @@ -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):