Changeset de3b1d3 for perl


Ignore:
Timestamp:
Jan 12, 2013, 7:07:51 PM (11 years ago)
Author:
Jason Gross <jasongross9@gmail.com>
Parents:
8258ea5 (diff), c068c03 (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.
Message:
Merge c068c0307a85727dd3ad619122a640f96399d627 into 8258ea514c05b11da3f68d25d8414e222496fa2d
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/lib/BarnOwl.pm

    rb303ba2 r374089a  
    9393command line, and C<MESSAGE> is the zephyr body to send.
    9494
     95=cut
     96
     97sub zephyr_zwrite {
     98    my ($command, $message) = @_;
     99    my $ret = BarnOwl::Internal::zephyr_zwrite($command, $message);
     100    die "Error sending zephyr" unless $ret == 0;
     101}
     102
    95103=head2 ztext_stylestrip STRING
    96104
Note: See TracChangeset for help on using the changeset viewer.