mIRC Homepage
Posted By: jacksparrow2 alias stuff - 19/01/04 06:06 AM
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
Posted By: cold Re: alias stuff - 19/01/04 08:34 AM
What's this post supposed to be about? confused
Posted By: tidy_trax Re: alias stuff - 19/01/04 10:00 AM
he doesn't seem to know english very well and instead of explaining why his code doesn't work he just posts his code.
Posted By: jacksparrow2 Re: alias stuff - 19/01/04 04:36 PM
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
Posted By: jacksparrow2 Re: alias stuff - 19/01/04 04:39 PM
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

Posted By: Iori Re: alias stuff - 19/01/04 04:47 PM
...
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 }
}
© mIRC Discussion Forums