Index: bot_project/bot_project.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/bot/bot_project/Attic/bot_project.module,v
retrieving revision 1.1.2.6.2.7
diff -u -p -r1.1.2.6.2.7 bot_project.module
--- bot_project/bot_project.module	5 Mar 2009 14:09:36 -0000	1.1.2.6.2.7
+++ bot_project/bot_project.module	11 Jul 2009 00:06:56 -0000
@@ -88,7 +88,7 @@ function bot_project_irc_msg_channel($da
 
     // build up the actual message for spitting.
     if (!$function_result->summary && $function_result->branch_name != 'php') { $function_result->summary = '[There is no documentation! This is a bug. File a patch!]'; }
-    if (preg_match("/\n/", $function_result->summary) && $function_result->branch_name != 'php') { $function_result->summary = '[Documented summary is not one line. This is a bug. File a patch!]'; }
+    if (preg_match("/\n/", $function_result->summary) && $function_result->branch_name != 'php') { $function_result->summary = '[Documented summary is not one sentece. This is a bug. File a patch!]'; }
     $message = $function_result->branch_name != 'php' // if we've indexed the php functions, they're in branch 'php', so we'll spit out a slightly different format.
       ? t('!function: !summary => !signature => !url', array('!function' => $function_name, '!signature' => $function_result->signature, '!summary' => $function_result->summary, '!url' => strtr(bot_project_branch_url($function_result->branch_name), array('!function' => $function_name))))
       : t('!function: !url', array('!function' => $function_name, '!url' => 'http://php.net/' . $function_name));
