Changeset 1c45137
- Timestamp:
- Jul 22, 2009, 8:13:07 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- efcd223
- Parents:
- 39dd366
- git-author:
- Kevin Riggle <kevinr@free-dissociation.com> (07/22/09 15:36:29)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (07/22/09 20:13:07)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/BarnOwl/Module/Twitter.pm
r39dd366 r1c45137 141 141 && $m->auth eq 'YES') { 142 142 for my $handle (@twitter_handles) { 143 $handle->twitter($m->body) ;143 $handle->twitter($m->body) if (!exists $handle->{cfg}->{publish_tweets} || $handle->{cfg}->{publish_tweets}); 144 144 } 145 145 }
Note: See TracChangeset
for help on using the changeset viewer.