# HG changeset patch # User Dan # Date 1223766475 0 # Node ID f073c94a1477d2efceec2242a5c7b2db0d041a28 # Parent 7f043e712c35b0aab7efcc98b1673c89fb590a62 Disabled annoying "I'm only a bot" message 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 {