mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-08-02 14:33:37 +02:00
brmd record_update(): Call topic_update()
This commit is contained in:
parent
7be39a589a
commit
8218666eb4
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ sub record_update {
|
||||||
my $st = record_str();
|
my $st = record_str();
|
||||||
$record and $st .= "\002 $streamurl";
|
$record and $st .= "\002 $streamurl";
|
||||||
$irc->yield (privmsg => $channel => "[brmvideo] update: \002$st" );
|
$irc->yield (privmsg => $channel => "[brmvideo] update: \002$st" );
|
||||||
|
topic_update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue