brmd record_update(): Call topic_update()

This commit is contained in:
Petr Baudis 2011-05-03 20:29:57 +02:00
parent 7be39a589a
commit 8218666eb4

View file

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