From ad8e164f2f6ef46f0a38477542ac4b36984db6b9 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Mon, 19 Jul 2004 19:16:43 +0000 Subject: [PATCH] check no longer needed, thanks datura --- irc/rcdumper.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/irc/rcdumper.php b/irc/rcdumper.php index 3deb9e07ad..93fa26ae7c 100644 --- a/irc/rcdumper.php +++ b/irc/rcdumper.php @@ -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); -- 2.20.1