From 8218666eb45acaf5cb306b306ca7d412f904db9c Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Tue, 3 May 2011 20:29:57 +0200 Subject: [PATCH] brmd record_update(): Call topic_update() --- brmd/brmd.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/brmd/brmd.pl b/brmd/brmd.pl index 76fd0bf..889eafc 100755 --- a/brmd/brmd.pl +++ b/brmd/brmd.pl @@ -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(); }