- Dialog Protec {
- Title "KwelScripT 2002"
- Size -1 -1 370 75
- Text "Vous n'avez pas le droit de prendre le pseudo votre-pseudo si ce n'est pas vous !",1, 10 10 370 30
- Button "&Oui maitre",5,140 45 80 23,default,ok
- }
- on 1:DIALOG:Protec:sclick:5:/Echo -a Non mais ! LoL © Copyright !!! ;-)
-
- on 1:NICK:{
- If ($nick = $me) {
- If ($newnick = Votre-pseudo) {
- echo -a 1
- If (%Password = OK) { Halt }
- echo -a 2
- .Timer 1 1 /set %Password $?*="Mot de passe pour ce pseudo ?"
- If (%Password = Votre-Pass) { Halt }
- .Timer 1 1 /Nick $me
- dialog -m protec protec
- set %Password OK
- }
- }
- }
Dialog Protec {
Title "KwelScripT 2002"
Size -1 -1 370 75
Text "Vous n'avez pas le droit de prendre le pseudo votre-pseudo si ce n'est pas vous !",1, 10 10 370 30
Button "&Oui maitre",5,140 45 80 23,default,ok
}
on 1:DIALOG:Protec:sclick:5:/Echo -a Non mais ! LoL © Copyright !!! ;-)
on 1:NICK:{
If ($nick = $me) {
If ($newnick = Votre-pseudo) {
echo -a 1
If (%Password = OK) { Halt }
echo -a 2
.Timer 1 1 /set %Password $?*="Mot de passe pour ce pseudo ?"
If (%Password = Votre-Pass) { Halt }
.Timer 1 1 /Nick $me
dialog -m protec protec
set %Password OK
}
}
}