<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -11,7 +11,7 @@ $Data::Dumper::Indent = 1;
 use vars qw($VERSION %IRSSI);
 
 $VERSION = &quot;2.2.1beta&quot;;
-my ($REV) = '$Rev: 607 $' =~ /(\d+)/;
+my ($REV) = '$Rev: 610 $' =~ /(\d+)/;
 %IRSSI = (
     authors     =&gt; 'Dan Boger',
     contact     =&gt; 'zigdon@gmail.com',
@@ -20,7 +20,7 @@ my ($REV) = '$Rev: 607 $' =~ /(\d+)/;
       . 'Can optionally set your bitlbee /away message to same',
     license =&gt; 'GNU GPL v2',
     url     =&gt; 'http://twirssi.com',
-    changed =&gt; '$Date: 2009-04-09 21:22:55 -0700 (Thu, 09 Apr 2009) $',
+    changed =&gt; '$Date: 2009-04-10 23:30:55 -0700 (Fri, 10 Apr 2009) $',
 );
 
 my $window;
@@ -810,8 +810,7 @@ sub do_updates {
     eval {
         if ( $id_map{__last_id}{$username}{timeline} )
         {
-            $tweets = $obj-&gt;friends_timeline(
-                { since_id =&gt; $id_map{__last_id}{$username}{timeline} } );
+            $tweets = $obj-&gt;friends_timeline( { count =&gt; 100 } );
         } else {
             $tweets = $obj-&gt;friends_timeline();
         }</diff>
      <filename>twirssi.pl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>58fa79277e8853a34e2982b994d7fb9b93a265c3</id>
    </parent>
  </parents>
  <author>
    <name>Dan Boger</name>
    <login></login>
    <email>zigdon@irc.peeron.com</email>
  </author>
  <url>http://github.com/bssteph/twirssi/commit/9c8f755253f25cf58236420a7d2c16a34093bcca</url>
  <id>9c8f755253f25cf58236420a7d2c16a34093bcca</id>
  <committed-date>2009-04-10T23:31:14-07:00</committed-date>
  <authored-date>2009-04-10T23:31:14-07:00</authored-date>
  <message>r610 - Drop since_id for friends_timeline, just request the last 100 entries</message>
  <tree>9e1939ff5e2379f8cd58311a502abf964fc5027a</tree>
  <committer>
    <name>Dan Boger</name>
    <login></login>
    <email>zigdon@irc.peeron.com</email>
  </committer>
</commit>
