hello all,

i have permission from the chan owner to echo/relay his bot to another channel (on another network). a sample relay/echo goes like this:

Code:
5:58p (b0T) :: [NEW] :: [BF2142] - http://www.totalbf2142.com/forums/showthread.php?t=17584&goto=newpost
5:58p (b0T) :: [NEW] :: [GameSpot] - http://www.gamespot.com/news/6165159.html?part=rss&tag=gs_pc&subj=6165159
5:59p (b0T) :: [NEW] :: [BF2] - http://www.totalbf2.com/forums/showthread.php?t=108473&goto=newpost
5:59p (b0T) :: [NEW] :: [GameSpy] - http://media.pc.gamespy.com/media/866/866306/vids_1.html



...and my echo script is:

Code:
on *:TEXT:*:#channel: {
  if ($nick == b0T) {
    scon -a if ($network == After-All) { msg #test $1- }
  }
}



however, i switched to using NNS and i'm using a semi-bluish/blackish background and i can't see parts of what's being announced! i can see the [NEW] part and the link but the [GameSpy] or [BF2] part is EXACTLY the same color as my background and therefore, can't see anything!

now, i know i can simply change my background color but i was wondering if i can do a simple modification of my relay script so that i can change the color of the part that i can't see?

secondly, is there anything i can do to my script so that everytime it echoes something, it won't include the :: [NEW] :: part?

thirdly, can i put spaces in the [BF2] part so it'll look like: [ BF2 ] (with spaces)?


thank you all so much!