From 24fa584c806130e9dfba733db4028ca55a75e182 Mon Sep 17 00:00:00 2001 From: mitty Date: Mon, 10 Jan 2011 10:06:34 +0000 Subject: [PATCH] * save also skipped tweet status_id * maybe cause infinity mail sending git-svn-id: https://lab.mitty.jp/svn/lab/trunk@105 7d2118f6-f56c-43e7-95a2-4bb3031d96e7 --- Dev/twitter/twitterbot.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/Dev/twitter/twitterbot.pl b/Dev/twitter/twitterbot.pl index f9dea40..3923a6b 100755 --- a/Dev/twitter/twitterbot.pl +++ b/Dev/twitter/twitterbot.pl @@ -106,6 +106,7 @@ foreach my $id (sort keys %$tweets) { } if ($skip) { + $stat->{$tweets->{$id}{type}} = $id; next; } -- 1.7.9.5