<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,7 +12,7 @@ $Data::Dumper::Indent = 1;
 use vars qw($VERSION %IRSSI);
 
 $VERSION = &quot;2.1.1beta&quot;;
-my ($REV) = '$Rev: 491 $' =~ /(\d+)/;
+my ($REV) = '$Rev: 492 $' =~ /(\d+)/;
 %IRSSI = (
     authors     =&gt; 'Dan Boger',
     contact     =&gt; 'zigdon@gmail.com',
@@ -21,7 +21,7 @@ my ($REV) = '$Rev: 491 $' =~ /(\d+)/;
       . 'Can optionally set your bitlbee /away message to same',
     license =&gt; 'GNU GPL v2',
     url     =&gt; 'http://twirssi.com',
-    changed =&gt; '$Date: 2009-02-25 10:44:26 -0800 (Wed, 25 Feb 2009) $',
+    changed =&gt; '$Date: 2009-02-25 14:39:58 -0800 (Wed, 25 Feb 2009) $',
 );
 
 my $window;
@@ -868,6 +868,10 @@ sub monitor_child {
             }
 
             if ( not $meta{type} or $meta{type} ne 'searchid' ) {
+                if ( exists $meta{id} and exists $new_cache{ $meta{id} } ) {
+                    next;
+                }
+
                 $new_cache{ $meta{id} } = time;
 
                 if ( exists $meta{id} and exists $tweet_cache{ $meta{id} } ) {</diff>
      <filename>twirssi.pl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4d57961e9e959e8b069c54a6ae333ddd3e97bd4e</id>
    </parent>
  </parents>
  <author>
    <name>Dan Boger</name>
    <email>zigdon@irc.peeron.com</email>
  </author>
  <url>http://github.com/bssteph/twirssi/commit/72b8880cc3241f5dd386f4407d19abd18b6ecf29</url>
  <id>72b8880cc3241f5dd386f4407d19abd18b6ecf29</id>
  <committed-date>2009-02-25T14:40:35-08:00</committed-date>
  <authored-date>2009-02-25T14:40:35-08:00</authored-date>
  <message>r492 - don't show duplicates from the same file (such as search results/follow overlaps)</message>
  <tree>b55031cc5ac90802c4bbbec266452972c8d72e9a</tree>
  <committer>
    <name>Dan Boger</name>
    <email>zigdon@irc.peeron.com</email>
  </committer>
</commit>
