mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-08 11:44:01 +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();
|
||||
$record and $st .= "\002 $streamurl";
|
||||
$irc->yield (privmsg => $channel => "[brmvideo] update: \002$st" );
|
||||
topic_update();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue