<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,7 +18,7 @@ class TwitterEcho &lt; CampfireBot::Plugin
   
   def echo_tweets(msg = nil)
     recent_tweets.reverse.each do |tweet|
-      speak(&quot;#{coder.decode(tweet.from)}: #{coder.decode(tweet.text)} #{tweet.link}&quot;)
+      speak(&quot;#{coder.decode(tweet.from)}: #{coder.decode(tweet.text)} #{tweet.link}&quot;) unless tweet.text =~ /^@/
     end
     @latest = latest_tweet.date   # next time, only print tweets newer than this
     @doc    = nil                 # reset the feed so that next time we can actually any new tweets</diff>
      <filename>plugins/twitter_echo.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d9b0104336ac42954a63869ae3f99a3398c92088</id>
    </parent>
  </parents>
  <author>
    <name>Tim Riley</name>
    <email>tim@openmonkey.com</email>
  </author>
  <url>http://github.com/timriley/campfire-bot/commit/56c245fd80d827b306c0145540e4722cb1c8762c</url>
  <id>56c245fd80d827b306c0145540e4722cb1c8762c</id>
  <committed-date>2008-10-27T19:58:32-07:00</committed-date>
  <authored-date>2008-10-27T19:58:32-07:00</authored-date>
  <message>only echo tweets to the room if they are not @replies</message>
  <tree>811e34c289bb61e7e81a39dde53b472e0750f6bf</tree>
  <committer>
    <name>Tim Riley</name>
    <email>tim@openmonkey.com</email>
  </committer>
</commit>
