mIRC Home    About    Download    Register    News    Help

Print Thread
#68493 19/01/04 06:06 AM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
on !*:join:#:{
if $ialchan($wildsite,#,2) {
var %i = 1,%a,%[ = (,%] = )
while $ialchan($wildsite,#,%i).nick { %a = $addtok(%a,$ifmatch,44) | inc %i }
echo $chan 12,0Clones: $nick $+(,%[,$address,%] --> ,%a,) .echo f1 - to sapart %nick
}
}

alias f1 {
/sapart $1 $chan
}


its well done


mess with the best
#68494 19/01/04 08:34 AM
Joined: Feb 2003
Posts: 810
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Feb 2003
Posts: 810
What's this post supposed to be about? confused


* cold edits his posts 24/7
#68495 19/01/04 10:00 AM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
he doesn't seem to know english very well and instead of explaining why his code doesn't work he just posts his code.


New username: hixxy
#68496 19/01/04 04:36 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
when a user joins to a channel the script shows the clones
Clones: yoni (ircap751@Chat-Clarin-DDF6B7.telecom.net.ar) -->fabio,gonzalo,lucas_re_piola,SOLO_BUSCA_MUJER,yoni

my idea is used sapart /sapart $nick #channel


mess with the best
#68497 19/01/04 04:39 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
i know a lot but ,the kind of english i must use on irc post
its hard to me because i must translate from spanish to english

big cheers my pal



mess with the best
#68498 19/01/04 04:47 PM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
...
echo $chan 12,0Clones: $nick $+(,%[,$address,%] --> %a,)
set -u300 %sapart.nick $nick $chan
echo $chan F1 - to sapart $nick from #
...


alias F1 {
if %sapart.nick { sapart $ifmatch }
}


Link Copied to Clipboard