I have been searching high and low and the answer to this seemingly easy question has been eluding me. I have a script that echo's text from a user on one channel to another channel which works fine however I now wish to send the msg to #bla2 on a different network how can this be accomplished?



Quote:
on 1:TEXT:*PRE*:#jokes: {
if ($nick == Thejoker) {
var %type = $strip($2)
var %punchline = $strip($3)
msg #bla %type %punchline }
}