mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-08 11:44:01 +02:00
print also url of videostream
This commit is contained in:
parent
3332d4ab8c
commit
37aa870429
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ sub status_str {
|
||||||
}
|
}
|
||||||
|
|
||||||
sub record_str {
|
sub record_str {
|
||||||
$record ? 'ON AIR' : 'OFF AIR';
|
$record ? "ON AIR\002 http://nat.brmlab.cz:8090/brmstream.asf" : 'OFF AIR';
|
||||||
}
|
}
|
||||||
|
|
||||||
sub topic_update {
|
sub topic_update {
|
||||||
|
@ -119,7 +119,7 @@ sub record_update {
|
||||||
my ($newrecord) = @_;
|
my ($newrecord) = @_;
|
||||||
$record = $newrecord;
|
$record = $newrecord;
|
||||||
my $st = record_str();
|
my $st = record_str();
|
||||||
$irc->yield (privmsg => $channel => "[brmvideo] update (TODO): \002$st" );
|
$irc->yield (privmsg => $channel => "[brmvideo] update: \002$st" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue