From 517309cb5c09d5acbcb7fc8b9f0196fd555d327b Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sat, 7 May 2011 02:19:17 +0200 Subject: [PATCH] brmd streaming_update(): Remove superfluous line --- brmd/brmd.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/brmd/brmd.pl b/brmd/brmd.pl index 196a358..d389f3f 100755 --- a/brmd/brmd.pl +++ b/brmd/brmd.pl @@ -76,7 +76,6 @@ sub streaming_update { } my $st = streaming_str(); - $streaming and $st .= "\002 $streamurl"; $poe_kernel->post( $irc, 'notify_update', 'brmvideo', $st, $streaming ? $streamurl : undef ); }