My question here: How can i make it so it announces on 2 or more lines? thx
PHP Code:
if($Action == 'new')
{
global $postusername, $subject, $forumid;
$forumname = $DB_site->query_first("SELECT title FROM forum WHERE forumid=".$forumid);
if($ircdata[ircchannel1] != FALSE)
fputs($fp,"\002[\00311,01X\00300,01]\002 New thread in: \002".$forumname[title].".\002 Poster: \002".$postusername.".\002 Subject: \002 ".$subject.". \002 \002[\00311,01X\00300,01]\002 \n\n");
for($i=0;$i<3000000;$i++)