From: Morgen Malinoski Date: Tue, 4 Jan 2022 23:39:11 +0000 (-0600) Subject: Updated leodict version number and removed unnecessary comment. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c71485ca4d5aa1fb361a297a7e5bfb90149d338e;p=irssi-scripts.irssi.org.git Updated leodict version number and removed unnecessary comment. --- diff --git a/scripts/leodict.pl b/scripts/leodict.pl index 5c21bc1..f440cb3 100644 --- a/scripts/leodict.pl +++ b/scripts/leodict.pl @@ -4,7 +4,7 @@ use strict; use vars qw($VERSION %IRSSI); -$VERSION = '20210126'; +$VERSION = '20220104'; %IRSSI = ( authors => 'Stefan \'tommie\' Tomanek, bw1', contact => 'bw1@aol.at', @@ -347,7 +347,6 @@ my %options = ( sub cmd_leodict ($$$) { my ($args, $server, $witem) = @_; utf8::decode($args); - #my $burl= "https://dict.leo.org/"; my $burl = "https://dict.leo.org/"; my $url;