From: Ailin Nemui Date: Mon, 12 Apr 2021 16:20:42 +0000 (+0200) Subject: update settingshelp due to kramdown parser changes X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2e67eca61eac8f8b835dcf08fa500f226103cf61;p=irssi-scripts.irssi.org.git update settingshelp due to kramdown parser changes --- diff --git a/scripts/settingshelp.pl b/scripts/settingshelp.pl index f5983cd..e6b0be7 100644 --- a/scripts/settingshelp.pl +++ b/scripts/settingshelp.pl @@ -3,7 +3,7 @@ use warnings; use LWP::Simple qw(); use Irssi; -our $VERSION = '1.3'; # b6350adcd789aa3 +our $VERSION = '1.3.1'; # 80f55a6e19c8653 our %IRSSI = ( authors => 'Rocco Caputo (dngor), Nei', contact => 'rcaputo@cpan.org, Nei @ anti@conference.jabber.teamidiot.de', @@ -48,7 +48,7 @@ my %help; $old_setting = $setting; $setting = $1; } - elsif ($soon == 1 && $line =~ /^(?:` (.*) `|` (.*)` \*\*`(.*)`\*\*)$/) { + elsif ($soon == 1 && $line =~ /^(?:` (.*) `|`(.*)` \*\*`(.*)`\*\*)$/) { $old_val = $val; $val = defined $1 ? $1 : "$2 = $3"; $soon++;