<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,7 +7,7 @@ require 'echoe'
 Echoe.new('camptweet') do |p|
   p.author = &quot;Brian Dainton&quot;
   p.summary = &quot;A simple daemon that polls for updated Twitter statuses, 
-    Twitter search results, and RSS/Atom feed content and posts 
+    Summize search results, and RSS/Atom feed items and posts 
     them to a Campfire room.&quot;
   p.url = &quot;http://github.com/bdainton/camptweet&quot;
   p.dependencies = [&quot;twitter4r &gt;=0.3.0&quot;, &quot;tinder &gt;=0.1.6&quot;, &quot;simple-rss&quot;]</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -189,7 +189,7 @@ module Camptweet
     def send_message_to_campfire(message)
       begin
         log.info message
-        room.speak message
+        room.speak CGI.unescapeHTML(message)
         log.debug &quot;(Campfire updated)&quot;
       rescue Timeout::Error =&gt; e
         log.info &quot;Campfire timeout: (#{e.message})&quot;</diff>
      <filename>lib/camptweet/bot.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fe5a83623bf8d5443cf7cd00ecf3daa4301b3fcd</id>
    </parent>
  </parents>
  <author>
    <name>Brian Dainton</name>
    <email>brian.dainton@gmail.com</email>
  </author>
  <url>http://github.com/bdainton/camptweet/commit/c5121d3aaa8e9e30e81d478837860261cb6aabef</url>
  <id>c5121d3aaa8e9e30e81d478837860261cb6aabef</id>
  <committed-date>2008-07-03T08:54:29-07:00</committed-date>
  <authored-date>2008-07-03T08:54:29-07:00</authored-date>
  <message>Unescape HTML before broadcasting messages to Campfire.</message>
  <tree>af17ff5b4d45ae95bce2892f5a088f0ace6ffb15</tree>
  <committer>
    <name>Brian Dainton</name>
    <email>brian.dainton@gmail.com</email>
  </committer>
</commit>
