space after colour code to avoid strange colours with titles like 19..
authorGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 19 Jul 2004 19:15:44 +0000 (19:15 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 19 Jul 2004 19:15:44 +0000 (19:15 +0000)
irc/rcdumper.php

index bcc860d..3deb9e0 100644 (file)
@@ -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";