]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Fix the other typo too
authoraquanight <redacted>
Mon, 14 Feb 2022 14:24:10 +0000 (07:24 -0700)
committerGitHub <redacted>
Mon, 14 Feb 2022 14:24:10 +0000 (07:24 -0700)
scripts/perlalias.pl

index 0859c965b977a00e779f5a8fa9a16ffe56f47aa7..58568899c95ea75c9e2a5ea97c2a32aaae90fa72 100644 (file)
@@ -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);
git clone https://git.99rst.org/PROJECT