From: Gabriel Wicke Date: Mon, 19 Jul 2004 19:15:44 +0000 (+0000) Subject: space after colour code to avoid strange colours with titles like 19.. X-Git-Tag: 1.5.0alpha1~2637 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=1a0227c85051f8e0206b6a1f4cdd687e3650d421;p=lhc%2Fweb%2Fwiklou.git space after colour code to avoid strange colours with titles like 19.. --- diff --git a/irc/rcdumper.php b/irc/rcdumper.php index bcc860d94f..3deb9e07ad 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 = "\0033 $title\0037 $flag\00310 $url \0037*\003 $user \0037*\003 $comment\n"; if ( $fullString{0} == "/" ) { $fullString = " $fullString";