1
0
Fork 0

Merge pull request #1467 from ScoreUnder/perl_warning_to_stderr

Print perl import warning to STDERR

(cherry picked from commit e732b601f7)
This commit is contained in:
ailin-nemui 2023-04-15 14:08:31 +00:00 committed by Ailin Nemui
parent 6b65492b65
commit 8afbd6511c
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ eval {
$in_irssi = $@ ? 0 : 1;
if (!in_irssi()) {
print "Warning: This script should be run inside irssi\n";
print STDERR "Warning: This script should be run inside irssi\n";
} else {
bootstrap Irssi $VERSION if (!$static);