enanobot.php
changeset 13 f073c94a1477
parent 9 4192954c29d1
child 23 df31a3872d19
--- a/enanobot.php	Sat Oct 11 23:07:01 2008 +0000
+++ b/enanobot.php	Sat Oct 11 23:07:55 2008 +0000
@@ -193,7 +193,7 @@
   if ( strpos($message['message'], $nick) && !in_array($message['nick'], $privileged_list) && $message['nick'] != $nick )
   {
     $target_nick =& $message['nick'];
-    $chan->msg("{$target_nick}, I'm only a bot. :-) You should probably rely on the advice of humans if you need further assistance.", true);
+    // $chan->msg("{$target_nick}, I'm only a bot. :-) You should probably rely on the advice of humans if you need further assistance.", true);
   }
   else
   {