projects
/
lab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0a0980
)
* fix typo
author
mitty
<mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Mon, 4 Oct 2010 10:08:47 +0000
(10:08 +0000)
committer
mitty
<mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Mon, 4 Oct 2010 10:08:47 +0000
(10:08 +0000)
git-svn-id: https://lab.mitty.jp/svn/lab/trunk/twitter@60
7d2118f6
-f56c-43e7-95a2-
4bb3031d96e7
twitterbot.pl
patch
|
blob
|
history
diff --git
a/twitterbot.pl
b/twitterbot.pl
index
575ca65
..
d93e023
100755
(executable)
--- a/
twitterbot.pl
+++ b/
twitterbot.pl
@@
-142,7
+142,7
@@
sub or_search {
);
}
if ($res->{results}) {
- VERBOSE and warn Dumper($res->{results});
+ VERBOSE and warn Dumper($res);
foreach my $tweet (@{$res->{results}}) {
my $res = $bot->show_status($tweet->{id});
if ($res->{retweeted_status}) {