Some networks allow multiple targets in a PRIVMSG (/msg) command, so you might also like to try the following;

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