diff -r daa091452877 -r 1b90f6c41d9c includes/comment.php --- a/includes/comment.php Sat Dec 12 16:44:38 2009 -0500 +++ b/includes/comment.php Sat Dec 12 16:45:52 2009 -0500 @@ -143,6 +143,7 @@ // Format text $row['comment_data'] = RenderMan::render($row['comment_data']); + // Hide it if it's a post from a foe if ( $row['is_buddy'] == 1 && $row['is_friend'] == 0 ) { $seed = md5(sha1(mt_rand() . microtime()));