mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2004
Posts: 19
L
Pikka bird
OP Offline
Pikka bird
L
Joined: Jan 2004
Posts: 19
I was wondering is it possible to relay what is being said in one channel to another channel on another server, or through DCC Chat without copy pasting. I can make a script that does this to another channel but it only works on the same server.

Joined: Dec 2006
Posts: 12
H
Pikka bird
Offline
Pikka bird
H
Joined: Dec 2006
Posts: 12
/help /scon

Joined: Jan 2004
Posts: 19
L
Pikka bird
OP Offline
Pikka bird
L
Joined: Jan 2004
Posts: 19
Originally Posted By: HellRaz0r
/help /scon


^ Anyone care to elaborate that wasn't very helpful at all.

Joined: Oct 2006
Posts: 166
B
Vogon poet
Offline
Vogon poet
B
Joined: Oct 2006
Posts: 166
In case you are just connected to two servers and the second connection would be your output use the following.

Code:
on *:text:*:#from:if ($scon(1).network = network name "from") scid $scon(2) msg #to $+(<,$nick(#,$nick).pnick,>) $1-


Kind Regards, blink

Link Copied to Clipboard