Changeset d6ab007
- Timestamp:
- Jun 11, 2011, 10:04:13 AM (14 years ago)
- Parents:
- 83a4af3 (diff), a27acf7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/modules/Jabber/lib/BarnOwl/Message/Jabber.pm
rb401ef2 ra27acf7 161 161 my ($recip, $account, $subject) = @_; 162 162 if (defined $recip) { 163 my @cmd = ('jwrite', $recip,'-a', $account);163 my @cmd = ('jwrite', '-a', $account); 164 164 if (defined $subject) { 165 165 push @cmd, '-s', $subject; 166 166 } 167 push @cmd, '--', $recip; 167 168 return BarnOwl::quote(@cmd); 168 169 } else {
Note: See TracChangeset
for help on using the changeset viewer.