From 4289334f5bb32a2246fb9abbb81ab07030faf5b7 Mon Sep 17 00:00:00 2001 From: timriker Date: Mon, 19 Jul 2004 22:59:39 +0000 Subject: [PATCH] ws git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1009 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/scripts/irclog2html.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/scripts/irclog2html.pl b/blootbot/scripts/irclog2html.pl index f10324c..2c53090 100755 --- a/blootbot/scripts/irclog2html.pl +++ b/blootbot/scripts/irclog2html.pl @@ -160,7 +160,7 @@ sub output_timenicktext { $lineout .= "$time " if $time; $lineout .= "<\;$nick>\; $text<\/font>
\n"; } - output_line($date, $time,$channel,$lineout); + output_line($date, $time, $channel, $lineout); } sub output_timeservermsg { -- 2.39.5