From: Gabriel Wicke Date: Mon, 19 Jul 2004 21:13:42 +0000 (+0000) Subject: no interference with numbers in titles *without* space, thanks to Nahru X-Git-Tag: 1.5.0alpha1~2633 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=71ae3964c66a2cd318d6d69f728ccadbd9d9d245;p=lhc%2Fweb%2Fwiklou.git no interference with numbers in titles *without* space, thanks to Nahru --- diff --git a/irc/rcdumper.php b/irc/rcdumper.php index 93fa26ae7c..2000cd782c 100644 --- a/irc/rcdumper.php +++ b/irc/rcdumper.php @@ -74,7 +74,7 @@ while (1) { $title = str_replace("_", " ", $title); # see http://www.irssi.org/?page=docs&doc=formats for some colour codes. prefix is \003, # no colour (\003) switches back to the term default - $fullString = "\0033 $title\0037 $flag\00310 $url \0037*\003 $user \0037*\003 $comment\n"; + $fullString = "\00303$title\0037 $flag\00310 $url \0037*\003 $user \0037*\003 $comment\n"; print( $fullString ); $oldTimestamp = $row->rc_timestamp;