Changeset 176434d
- Timestamp:
- Oct 7, 2009, 11:22:48 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- fe184d4
- Parents:
- 9eb9479
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/BarnOwl/Module/Twitter.pm
r9eb9479 r176434d 175 175 my $m = shift; 176 176 ($class, $instance, $opcode) = map{BarnOwl::getvar("twitter:$_")} qw(class instance opcode); 177 if($m->sender eq BarnOwl::zephyr_getsender() 177 if($m->type eq 'zephyr' 178 && $m->sender eq BarnOwl::zephyr_getsender() 178 179 && match($m->class, $class) 179 180 && match($m->instance, $instance)
Note: See TracChangeset
for help on using the changeset viewer.