BOT|stat

SidraG Messages postés 1 Date d'inscription mercredi 9 juillet 2003 Statut Membre Dernière intervention 9 juillet 2003 - 9 juil. 2003 à 03:58
Lonsdale^ Messages postés 76 Date d'inscription lundi 13 octobre 2003 Statut Membre Dernière intervention 19 mars 2004 - 31 janv. 2004 à 12:09
Slt a tous, je cherche un moyen pour que mon bot ou script puisse afficher le nouveau reccord du nombres de personnes arrivées sur le chan, j'en ai vu pas mal le faire, mais impossible de l'avoir. Alors si vous pouviez m'aider ça serai super COOL. THX

2 réponses

cs_jhd Messages postés 338 Date d'inscription mardi 13 août 2002 Statut Membre Dernière intervention 29 novembre 2007
9 juil. 2003 à 04:02
ca doit pas etre dur a faire
utilise un on join et un if (%var > %var2) { say #..........
jhd ( www.jhdscript.com )
0
Lonsdale^ Messages postés 76 Date d'inscription lundi 13 octobre 2003 Statut Membre Dernière intervention 19 mars 2004
31 janv. 2004 à 12:09
on *:join:#chan:{
if (!%peak. [ $+ [ $chan ] ]) {
set %peak. $+ $chan 0
}
if ($nick($chan,0) > %peak. [ $+ [ $chan ] ]) {
set %peak. $+ $chan $ifmatch
set %date. $date
set %time. $time
}
}
on *:text:!peak:#chan: {
if (!%peakspam. [ $+ [ $chan ] ]) {
set -u10 %peakspam. $+ $chan 1
/msg $chan 15,1[ 7» 14The peak for0 $chan 14is0 %peak. [ $+ [ $chan ] ] 7« 15] [ 7»14 Date:0 %date. 7« 15] [ 7» 14Hours:0 %time. 7« 15] }
}
}
0
Rejoignez-nous