<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,7 @@ extends 'App::Dataninja::Bot::Plugin';
 use Net::Twitter;
 use String::Util 'crunch';
 use List::Util qw/min max/;
+use HTML::Entities;
 
 =head1 NAME
 
@@ -83,7 +84,7 @@ around 'command_setup' =&gt; sub {
         else {
             $tweet = get_latest_tweet($name, $nth_tweet);
         }
-        return &quot;tweet: $tweet&quot; if $tweet;
+        return sprintf(&quot;tweet: %s&quot;, decode_entities($tweet)) if $tweet;
 
         # at this point, no tweeple exist by that name
         return &quot;that name is not owned by any tweeple&quot;;</diff>
      <filename>lib/App/Dataninja/Bot/Plugin/Twitter.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0c5db33d4d98568dd34a63098ed2f895f81fdd95</id>
    </parent>
  </parents>
  <author>
    <name>Jason May</name>
    <email>jason.a.may@gmail.com</email>
  </author>
  <url>http://github.com/jasonmay/dataninja/commit/a228588ad32c5969514218ef9625716c040b57b2</url>
  <id>a228588ad32c5969514218ef9625716c040b57b2</id>
  <committed-date>2009-11-03T19:26:05-08:00</committed-date>
  <authored-date>2009-11-03T19:26:05-08:00</authored-date>
  <message>decode the html-escaped tweet output</message>
  <tree>08754ed75a0f8f52a8512ddc6ca773c147e6c088</tree>
  <committer>
    <name>Jason May</name>
    <email>jason.a.may@gmail.com</email>
  </committer>
</commit>
