1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-02 06:11:11 +00:00

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

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);