diff options
Diffstat (limited to 'scripts/osd.pl')
| -rw-r--r-- | scripts/osd.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/osd.pl b/scripts/osd.pl index 0d80f8a..ab2a690 100644 --- a/scripts/osd.pl +++ b/scripts/osd.pl @@ -215,7 +215,7 @@ sub pipe_open {  	if ( $version =~ /^2.*/ ) {  		$command .= " --indent=".Irssi::settings_get_str('osd_indent');  	} -	open( OSDPIPE, $command )  +	open( OSDPIPE, "|-", $command )   		or print "The OSD program can't be started, check if you have osd_cat installed AND in your path.";  	OSDPIPE->autoflush(1);  } | 
