Changeset 1c45137 for lib/BarnOwl


Ignore:
Timestamp:
Jul 22, 2009, 8:13:07 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
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)
Message:
Don't copy messages from zephyr when publish_tweets => false is specified.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/BarnOwl/Module/Twitter.pm

    r39dd366 r1c45137  
    141141       && $m->auth eq 'YES') {
    142142        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});
    144144        }
    145145    }
Note: See TracChangeset for help on using the changeset viewer.