mIRC Home    About    Download    Register    News    Help

Print Thread
#157324 24/08/06 06:43 AM
Joined: Aug 2006
Posts: 2
S
Sum_ID Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Aug 2006
Posts: 2
Im looking for a script to watch for specific text in one 'chatty' room and relay it to another when it does.. however, the room i want realyed to is on a server other than the one i am monitoring... say the text is (jon)..
confused

Joined: Mar 2003
Posts: 612
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Mar 2003
Posts: 612
yes it's possible, /help $scid


on 1:text:*(jon)*:#channel:{
var %i 0
while %i < $scon(0) {
inc %i
if $scon(%i).network == "your network name here" {
scon %i
msg #channel $+(<,$nick,>) $1-
}
}
}


i think something like that should work

btk

Last edited by billythekid; 24/08/06 06:51 AM.

billythekid
Joined: Aug 2006
Posts: 2
S
Sum_ID Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Aug 2006
Posts: 2
Thanks.. I tried that and its not relaying it (yet)

Im heading to work, but will study up the help file you posted and see if I cant get it working, if not I'll be back :tongue:

Again, thanks for pointing me to the general area to study up on.


Link Copied to Clipboard