Bonjour à tous...
Voila je souhaite faire un petit script, qui recherche les proxys valide automatiquement. J'ai donc produit cela:
### Module Proxy ###
On *:START:{
echo -a 1,1######## 0Lancement de Proxys 1########
echo -a Le module à été lancé et prét.
echo -a Pour lançé la recherche veuillez tapé: 4/Go
}
alias go {
set %Proxy.Select $read(plist.txt)
echo -a Proxy Utilisé: %Proxy.Select
firewall %Proxy.Select
server ircvoila2.tchat.orange.fr:6667 <MaClef IRC>
}
On *:QUIT:{ if ($nick == $me) { echo -a Proxy Non valide: %Proxy.Select | unset %Proxy.Select | go } }
On *:JOIN:#test:{ if ($nick == $me) { echo -a Proxy Valide: %Proxy.Select | write Proxys.Ok.txt %Proxy.Select | unset %Proxy.Select | quit Scan en cours... | go } }
######################
Mais le soucis, c'est que sa marche pas trop, il faite pas automatiquement, et aussi je voudrais qu'il attende un peu avant de chercher un autre proxy, on si jamais si il et killed.
Merci de votre aide.
IluZi0n`Style