1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-22 04:35:58 -04:00

Merge pull request #1467 from ScoreUnder/perl_warning_to_stderr

Print perl import warning to STDERR
This commit is contained in:
ailin-nemui 2023-04-15 14:08:31 +00:00 committed by GitHub
commit e732b601f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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