Index: statistics/click_filter/click_filter.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/ad/statistics/click_filter/Attic/click_filter.module,v retrieving revision 1.1.2.3.2.6 diff -u -p -r1.1.2.3.2.6 click_filter.module --- statistics/click_filter/click_filter.module 16 Feb 2009 23:12:30 -0000 1.1.2.3.2.6 +++ statistics/click_filter/click_filter.module 15 Jul 2009 09:40:11 -0000 @@ -63,7 +63,7 @@ function click_filter_status($aid, $host if (user_access('filter clicks')) { return CLICK_FILTER_ROLE; } - if (preg_match("/bot/i", $_SERVER['HTTP_USER_AGENT'])) { + if (preg_match("/bot|crawl|spider/i", $_SERVER['HTTP_USER_AGENT'])) { return CLICK_BOT; } // See if the click came from an owner of the ad.