Auto identification nickserv

Contenu du snippet

Un auto identification pour nickserv , il vous faut une image nomé auto-ident en format jpeg dans un dossier "images"
j'aurais aimé votre avis et vos suggestions
merci

Source / Exemple :


on *:load:{
echo -a 2Merci d'utiliser L'Auto Identification 
echo -a 2réalisé par OthilA { www.finyan.fr.st }
echo -a 2En cas de problème contactez moi { finyan@fr.st }
}
alias identification { dialog -m identif identif }

dialog identif {
title "Identification"
size -1 -1 196 67
option dbu
box "", 2, 2 1 192 65
icon 3, 7 4 180 13, images\auto-ident.jpg, 0, noborder
box "NicKSerV", 1, 4 21 102 36
text "Pseudo", 4, 7 31 25 8
text "Mot de passe", 5, 7 42 35 8
edit %identnick, 6, 44 29 50 10
edit %identpassword, 7, 44 41 50 10, pass 
check "Activé L'Auto Identification", 8, 114 24 75 10
button "Release", 9, 111 35 37 10
button "GhOst", 10, 151 35 37 10
button "Ok", 11, 111 46 37 10, ok
button "Annuler", 12, 151 46 37 10, cancel
link "www.finyan.fr.st", 13, 72 57 47 8
}
On *:Dialog:identif:edit:6:{ set %identnick $did(6) } 
On *:Dialog:identif:edit:7:{ set %identpassword $did(7) } 
on *:dialog:identif:sclick:8:{
if $did(8).state == 1 { set %identdialog Oui }
else { set %identdialog Non }
}
on *:dialog:identif:init:*:{
if ( %identdialog == Oui ) { did -c identif 8 }
}
on *:dialog:identif:sclick:9: { /echo -a 2 Veuillez patienter votre pseudo sera dans quelques secondes relaché et vous pourrez à nouveau l'utiliser | /timer 1 2 /msg nickserv release %identnick %identpassword }

on *:dialog:identif:sclick:10: { /echo -a 2 Veuillez patienter votre pseudo sera dans quelques secondes Ghost et vous pourrez à nouveau l'utiliser | /timer 1 2 /msg nickserv Ghost %identnick %identpassword }

On *:Connect:{ 
if (%identdialog == Oui ) { /msg nickserv identify %identpassword }

}

A voir également

Vous n'êtes pas encore membre ?

inscrivez-vous, c'est gratuit et ça prend moins d'une minute !

Les membres obtiennent plus de réponses que les utilisateurs anonymes.

Le fait d'être membre vous permet d'avoir un suivi détaillé de vos demandes et codes sources.

Le fait d'être membre vous permet d'avoir des options supplémentaires.

Du même auteur (cs_OthilA)