From: John R. Dennison Date: Sun, 13 Nov 2022 19:36:15 +0000 (-0600) Subject: Update 0x0st.pl X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f66a4dd6a747dcbf56d00e7fb718901a6cd5daea;p=irssi-scripts.irssi.org.git Update 0x0st.pl Silly typo correction: selfckeck -> selfcheck --- diff --git a/scripts/0x0st.pl b/scripts/0x0st.pl index 95c7d96..be57ba1 100644 --- a/scripts/0x0st.pl +++ b/scripts/0x0st.pl @@ -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); }