From 7638aa3d65299f09d9ab27c860f7b5044f96c8f8 Mon Sep 17 00:00:00 2001 From: eldy <> Date: Wed, 7 Jan 2004 05:43:31 +0000 Subject: [PATCH] Fixed: lycos browser no more detected as lycos robot. --- wwwroot/cgi-bin/lib/robots.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wwwroot/cgi-bin/lib/robots.pm b/wwwroot/cgi-bin/lib/robots.pm index b3122252..d8107a14 100644 --- a/wwwroot/cgi-bin/lib/robots.pm +++ b/wwwroot/cgi-bin/lib/robots.pm @@ -18,6 +18,7 @@ # Rem: calif changed into calif[^r] to avoid confusion between Tiscalifreenet browser # Rem: fish changed into [^a]fish to avoid confusion between Madsafish browser # Rem: roadrunner changed into road_runner +# Rem: lycos changed to lycos_ to avoid confusion with lycos-online browser # RobotsSearchIDOrder @@ -44,7 +45,7 @@ 'jeeves', 'jennybot', 'linkwalker', -'lycos', +'lycos_', 'mercator', 'moget', 'muscatferret', @@ -479,7 +480,7 @@ 'linkwalker','LinkWalker', 'lockon','Lockon', 'logo_gif','logo.gif Crawler', -'lycos','Lycos', +'lycos_','Lycos', 'macworm','Mac WWWWorm', 'magpie','Magpie', 'marvin','marvin/infoseek', -- 2.47.3