put $robots back into user_agents.php
diff --git a/system/application/config/user_agents.php b/system/application/config/user_agents.php
index a63aa49..d350af3 100644
--- a/system/application/config/user_agents.php
+++ b/system/application/config/user_agents.php
@@ -159,6 +159,17 @@
 					'cellphone'				=> "Generic Mobile"

 				);

 

+// There are hundreds of bots but these are the most common.

+$robots = array(

+					'googlebot'			=> 'Googlebot',

+					'msnbot'			=> 'MSNBot',

+					'slurp'			    => 'Inktomi Slurp',

+					'yahoo'			    => 'Yahoo',

+					'askjeeves'			=> 'AskJeeves',

+					'fastcrawler'		=> 'FastCrawler',

+					'infoseek'			=> 'InfoSeek Robot 1.0',

+					'lycos'			    => 'Lycos'

+				);

 

 /* End of file user_agents.php */

 /* Location: ./system/application/config/user_agents.php */
\ No newline at end of file