Disabled annoying "I'm only a bot" message
authorDan
Sat, 11 Oct 2008 23:07:55 +0000
changeset 13 f073c94a1477
parent 12 7f043e712c35
child 14 506a7e0fb106
Disabled annoying "I'm only a bot" message
enanobot.php
--- 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
   {