From b1e1c02d8c38833dbd2a5278e29b5c534fb76031 Mon Sep 17 00:00:00 2001 From: tpltnt Date: Tue, 20 Feb 2018 21:10:40 +0100 Subject: [PATCH] [ip] Fix example/test (Google Inc. => Google LLC) Google changed to an LLC, and updated its AS information, which broke the test assertion. Changes cherry-picked from #1250 and reworded. --- 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):