# HG changeset patch # User Dan # Date 1219682197 14400 # Node ID 4192954c29d174a8e18c8f7a8d2aa8691d143fc4 # Parent 0acb8d9a3194f121f81dde4bc399e7664798ac15 Finalization of merge from devel branch diff -r 0acb8d9a3194 -r 4192954c29d1 enanobot.php --- a/enanobot.php Mon Aug 25 12:34:26 2008 -0400 +++ b/enanobot.php Mon Aug 25 12:36:37 2008 -0400 @@ -192,8 +192,8 @@ 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); + $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); } else {