]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fixed: [ 1191805 ] Missing Bot: Add generic detection for user agent bot bot/ and...
authoreldy <>
Wed, 4 May 2005 19:39:44 +0000 (19:39 +0000)
committereldy <>
Wed, 4 May 2005 19:39:44 +0000 (19:39 +0000)
wwwroot/cgi-bin/lib/robots.pm

index 825369b0d80cfb198d4fea8d3fd00f8b4e22293e..a68995103ff17b6c989de022cd4c6cf49619005f 100644 (file)
@@ -14,7 +14,7 @@
 # Rem: To avoid bad detection, some robots id were removed from this list:
 #      - Robots with ID of 3 letters only
 #      - Robot called 'webs' and 'tcl'
-# Rem: Some robot most used for download are also remode: wget
+# Rem: Some robot most used for download are also removed: wget
 # Rem: directhit changed into direct_hit (its real id)
 # Rem: calif changed into calif[^r] to avoid confusion between Tiscalifreenet browser
 # Rem: fish changed into [^a]fish to avoid confusion between Madsafish browser
 # Generic robot
 'robot',
 'crawl',
-'spider'
+'spider',
+'\wbot[\/\-]',
 );
 
 
 'robot', 'Unknown robot (identified by \'robot\')',
 'crawl', 'Unknown robot (identified by \'crawl\')',
 'spider', 'Unknown robot (identified by \'spider\')',
-
+'\wbot[\/\-]', 'Unknown robot (identified by \'bot/\' or \'bot-\')',
 # Unknown robots identified by hit on robots.txt
 'unknown', 'Unknown robot (identified by hit on \'robots.txt\')'
 );