You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The warning message is printed to stdout instead of stderr, meaning it gets mixed in with output from other tools which may be intended to be machine-parsed.
print"Warning: This script should be run inside irssi\n";
The specific example I have in mind is the xsubs deparser in IntelliJ IDEA, which outputs an invalid .pm file beginning as follows:
Warning: This script should be run inside irssi
### DO NOT EDIT THIS FILE, IT'S AUTOGENERATED FROM XS MODULES AND WILL BE UPDATED AUTOMATICALLY##packageAsync::Interrupt {
#... etc