Hi,

What I am trying to do is echo text typed on Server 1 channel 1 to server 2 channel 2 and vise versa without repeating the typed text in the channel in which it was typed.

This is what I have in my bot right now but it echos the text in the same channel it was typed as well which just wont work .

on *:Text:*:#: {
scon -at1 /amsg $nick $1-
}

Thanks for any help