]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
For real this time
authoraquanight <redacted>
Mon, 14 Feb 2022 14:27:10 +0000 (07:27 -0700)
committerGitHub <redacted>
Mon, 14 Feb 2022 14:27:10 +0000 (07:27 -0700)
scripts/perlalias.pl

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