check no longer needed, thanks datura
authorGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 19 Jul 2004 19:16:43 +0000 (19:16 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 19 Jul 2004 19:16:43 +0000 (19:16 +0000)
irc/rcdumper.php

index 3deb9e0..93fa26a 100644 (file)
@@ -76,9 +76,6 @@ while (1) {
                # no colour (\003) switches back to the term default
                $fullString = "\0033 $title\0037 $flag\00310 $url \0037*\003 $user \0037*\003 $comment\n";
 
-               if ( $fullString{0} == "/" ) {
-                       $fullString = " $fullString";
-               }
                print( $fullString );
                $oldTimestamp = $row->rc_timestamp;
                sleep(2);