From: aquanight Date: Mon, 14 Feb 2022 14:27:10 +0000 (-0700) Subject: For real this time X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=27b0adf07d0c166f34501573de9f92887bc1f0d0;p=irssi-scripts.irssi.org.git For real this time --- diff --git a/scripts/perlalias.pl b/scripts/perlalias.pl index 5856889..1d1c712 100644 --- a/scripts/perlalias.pl +++ b/scripts/perlalias.pl @@ -131,7 +131,7 @@ use B (); { package Irssi::Nick; } # Keeps trying to look for this package but for some reason it doesn't get loaded. -our $VERSION = '2.0'; +our $VERSION = '2.0.1'; our %IRSSI = ( authors => 'aquanight', contact => 'aquanight@gmail.com', @@ -439,7 +439,7 @@ sub cmd_perlunalias { my $command = $data; if (exists $alias_packages{$command}) { destroy_alias_package $command; - Irssi::printforFix the mat(MSGLEVEL_CLIENTNOTICE, perlalias_removed => $command); + Irssi::printformat(MSGLEVEL_CLIENTNOTICE, perlalias_removed => $command); } else { Irssi::printformat(MSGLEVEL_CLIENTERROR, perlalias_not_found => $command);