From: Kevin Siml Date: Sat, 11 Mar 2023 17:05:08 +0000 (+0100) Subject: Update pushsafer.pl X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5b530a4ed111bc8cd3f64d47d98139a3ae2e61b0;p=irssi-scripts.irssi.org.git Update pushsafer.pl --- diff --git a/scripts/pushsafer.pl b/scripts/pushsafer.pl index 82c618b..28b1723 100644 --- a/scripts/pushsafer.pl +++ b/scripts/pushsafer.pl @@ -6,7 +6,7 @@ use vars qw($VERSION %IRSSI %config); use LWP::UserAgent; use Scalar::Util qw(looks_like_number); -$VERSION = '0.0.2'; +$VERSION = '0.0.3'; %IRSSI = ( authors => 'Kevin Siml',