this code work fine to send it to #chan2 at server2:
on *:TEXT:!xxxxx:#chan1:{
var %a = #chan2
if %a ischan { msg %a $1 }
scon -at1 if irc.yourserver.net == $!server && %a ischan $({ var %b = $cid },0)
if %b { scid %b | msg %a $1 }
}
but the problem i still have, is i can't send the result back to #chan1 at server1. Any suggestions?
example:
- I type
!xxxx blablabla (#chan1 at server1)
- bot1 copy the whole line to #chan2 at server2
than bot2 give a result with keyword [search]
- and now bot1 has to copy that result back to #chan1 at server1 (but that doesn't work for me)