Hi This is my first try on a tcl script and i got a little problem.. I use the following code: regexp -nocase -line {<b>(.*)</b>((.*))<b>Party</b>(.*)<br><font color="#707070">(.*)</font><br>} $data match 1 2 3 4 putserv "PRIVMSG $chan $1 $2" but i can't get it to output all vari...