diff -r 7f043e712c35 -r f073c94a1477 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 {