I would have posted this on the developer's site, but other people had already posted the same problem and didn't receive a response. I have Moody up and running almost perfectly on my site (neon-heart.org). It looks fine on the index page and I'm happy with that, but if I click on the comments link on a post that has a mood icon, then I find that the mood icon actually shows up twice. I'm guessing it has something to do with the filter in the moody file that is as follows:
add_filter('the_time', 'moody');
but I have no idea what to change. Any ideas?