no there is one source channel but i need to echo it to a 2nd channel, that's what i mean

-edit-

So it's looking like this now

Code:
  

on $*:text:/\[(PRE|NUKE|UNNUKE)\]/iS:#CHANNELSOURCE:{

  var %text = $strip($1-)

  /scon 2 /msg #CHANNEL1 % $+ text

}



i need to send it to #CHANNEL2 too, on the same server as #CHANNELSOURCE so not on another server like #CHANNEL1

Last edited by Er1C; 22/06/05 08:54 AM.