]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Update 0x0st.pl
authorJohn R. Dennison <redacted>
Sun, 13 Nov 2022 19:36:15 +0000 (13:36 -0600)
committerGitHub <redacted>
Sun, 13 Nov 2022 19:36:15 +0000 (13:36 -0600)
Silly typo correction: selfckeck -> selfcheck

scripts/0x0st.pl

index 95c7d963954d8b425a6dd3a26f3e872dc91a72bb..be57ba1e36076c50b408110e86da16fa0336a14d 100644 (file)
@@ -185,7 +185,7 @@ sub self_check {
                        $s = "Error: result ($res[0])";
                }
        }
-       Irssi::print("0x0st: selfckeck $s", MSGLEVEL_CLIENTCRAP);
+       Irssi::print("0x0st: selfcheck $s", MSGLEVEL_CLIENTCRAP);
        my $schs_version = $Irssi::Script::selfcheckhelperscript::VERSION;
        Irssi::command("selfcheckhelperscript $s") if (defined $schs_version);
 }
git clone https://git.99rst.org/PROJECT