From: Gabriel Wicke Date: Mon, 19 Jul 2004 19:16:43 +0000 (+0000) Subject: check no longer needed, thanks datura X-Git-Tag: 1.5.0alpha1~2635 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=ad8e164f2f6ef46f0a38477542ac4b36984db6b9;p=lhc%2Fweb%2Fwiklou.git check no longer needed, thanks datura --- 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);