From 0f994d317f0cb83cff66a177fcef5aea5557cd38 Mon Sep 17 00:00:00 2001 From: tpltnt Date: Tue, 20 Feb 2018 21:10:40 +0100 Subject: [PATCH] fixed Google lookup --- sopel/modules/ip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel/modules/ip.py b/sopel/modules/ip.py index 490a5c4ba7..dfb44c0bb5 100644 --- a/sopel/modules/ip.py +++ b/sopel/modules/ip.py @@ -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 | ISP: AS15169 Google Inc.', + r'[IP/Host Lookup] Hostname: google-public-dns-a.google.com | Location: United States | ISP: AS15169 Google LLC', re=True, ignore='Downloading GeoIP database, please wait...') def ip(bot, trigger):