Untested:
on *:TEXT:*:#secondchannel: {
if ($network == secondnetwork) && ($chan == #secondchannel) {
var %text = $read(FILENAME,W,$+(*,$2-,*))
var %i = 1
var %netcnt = $scon(0)
while (%i <= %netcnt) {
if ($scon(%i).network == firstnetwork) {
scon $scon(%i)
msg yourbuddy $nick said $1-
}
inc %i
}
}
}
Connect to the first network then the second,change the red sections to suite the 2 networks/channels you are on.
Good luck
