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):