mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2004
Posts: 8
Z
Zer Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
Z
Joined: Mar 2004
Posts: 8
I'm confused about copying the words by someone to another channl.like this:
irc.a.net #a
irc.b.net #b
I want to copy whatever the person test says in channl #a and copy the whole sentences to channl #b like :
test says:*************

Can someone give me some advice?

In the post below I got such a script copy someone's words match something but I failed to modify it.

on *:text:*:#channel:{
if $server == irc.popgo.net && # == #popgo {
var %i 1
while $scon(%i).server {
if $scon(%i).server == irc.popgo.net {
# if $1- isin request {
scon %i
msg #hunter $nick $1-
}
}
inc %i
}
}
}

Joined: Mar 2004
Posts: 8
Z
Zer Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
Z
Joined: Mar 2004
Posts: 8
I've rolsove this problem.
on 1:TEXT:*keywords*:#channl: {
if ($nick == someone) {
scid 3 msg #anotherchannl someonejustsays: $1-
}
}

smile


Link Copied to Clipboard