From: aquanight Date: Mon, 14 Feb 2022 14:24:10 +0000 (-0700) Subject: Fix the other typo too X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=295af17bf4c92e8518d4287a5030185f9144fac4;p=irssi-scripts.irssi.org.git Fix the other typo too --- diff --git a/scripts/perlalias.pl b/scripts/perlalias.pl index 0859c96..5856889 100644 --- a/scripts/perlalias.pl +++ b/scripts/perlalias.pl @@ -439,7 +439,7 @@ sub cmd_perlunalias { my $command = $data; if (exists $alias_packages{$command}) { destroy_alias_package $command; - Irssi::printfromat(MSGLEVEL_CLIENTNOTICE, perlalias_removed => $command); + Irssi::printforFix the mat(MSGLEVEL_CLIENTNOTICE, perlalias_removed => $command); } else { Irssi::printformat(MSGLEVEL_CLIENTERROR, perlalias_not_found => $command);