diff --git a/sopel/modules/ip.py b/sopel/modules/ip.py index 0eefad0b1c..1be9b4f649 100644 --- a/sopel/modules/ip.py +++ b/sopel/modules/ip.py @@ -99,7 +99,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 LLC', + r'\[IP\/Host Lookup\] Hostname: \S*dns\S*\.google\S* \| Location: United States \| ISP: AS15169 Google LLC', re=True, ignore='Downloading GeoIP database, please wait...') def ip(bot, trigger):