brmd streaming_update(): Remove superfluous line

This commit is contained in:
Petr Baudis 2011-05-07 02:19:17 +02:00
parent f4e6fd79f7
commit 517309cb5c

View file

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