Changeset 5aabe2d7 for lib/BarnOwl/Module/Twitter.pm
- Timestamp:
- Nov 28, 2008, 5:11:29 PM (16 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- 51a7fc5
- Parents:
- affa874
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/BarnOwl/Module/Twitter.pm
r8618438 r5aabe2d7 131 131 direction => 'in', 132 132 source => decode_entities($tweet->{source}), 133 location => decode_entities($tweet->{user}{location}) ,133 location => decode_entities($tweet->{user}{location}) || "", 134 134 body => decode_entities($tweet->{text}) 135 135 ); … … 175 175 } 176 176 177 BarnOwl:: command(qw(filter twitter type ^twitter$));177 BarnOwl::filter('twitter type ^twitter$'); 178 178 179 179 1;
Note: See TracChangeset
for help on using the changeset viewer.