Well I've been reading this discussion on how to echo and I get most of the part. My question is How can I echo a Specific Part of A Line

on $*:text:/\[(PRE|NUKE)\]/iS:#:{
var %text = $strip($1-)
scon 2 msg #chan2 % $+ text
}

I understand the above code will show everything that has the 1st word PRE/NUKE, but what if I want to only see PRE's from something specific.

Example (used from Er1C's post):
[PRE]::[DVX/UNKNOWN]::[Battlefield 2 GAMEGUiDE DVX]::[06/21/05 20:13:11]

What if i only wanted to see PRE's from only DVX how would i go about entering that in a code? I'm confused myself on how to go about with this because its easier to echo the 1st word because it says PRE, but what about the last word, DVX. Any help is greatly appreciated. smile