Auto identify en dialog

Contenu du snippet

il change automatiment (a laide du dialog) votre nick name est vous identify
tres tres utiles quand vous avec plusieur nick name (group)

a copier dans votre remote

Source / Exemple :


;##################
;#      Fait par troxsa      #
;#     www.forumirc.fr.sr   #
;##################

menu menubar,channel {
  Changer de nom:dialog -m Identify Identify
}

dialog Identify {
  title "Identify"
  size 211 250 311 194
  edit "", 3, 4 22 126 24, multi return
  edit "", 4, 130 22 126 24, password
  text "Nick", 1, 6 9 75 13
  text "PassWord", 2, 133 9 75 13
  edit "", 7, 130 46 126 24, password
  edit "", 15, 4 118 126 24, multi return
  edit "", 10, 130 70 126 24, password
  edit "", 6, 4 46 126 24, multi return
  button "Utiliser", 5, 260 24 47 22
  button "Utiliser", 8, 260 48 47 22
  button "Utiliser", 11, 260 72 47 22
  button "Utiliser", 20, 260 144 47 22
  edit "", 12, 4 94 126 24, multi return
  edit "", 13, 130 94 126 24, password
  edit "", 16, 130 118 126 24, password
  edit "", 18, 4 142 126 24, multi return
  edit "", 19, 131 142 126 24, password
  edit "", 9, 4 70 126 24, multi return
  button "Utiliser", 17, 260 120 47 22
  button "Utiliser", 14, 260 96 47 22
  button "&Fermer", 21, 119 168 75 22, cancel
}
;______________________
on *:dialog:Identify:init:0:{
  did -a Identify 3 %nick103
  did -a Identify 6 %nick106
  did -a Identify 9 %nick109
  did -a Identify 12 %nick112
  did -a Identify 15 %nick115
  did -a Identify 18 %nick118
  did -a Identify 4 %password104
  did -a Identify 7 %password107
  did -a Identify 10 %password110
  did -a Identify 13 %password113
  did -a Identify 15 %password115
  did -a Identify 19 %password119
}
on *:dialog:Identify:edit:3: { set %nick103 $did(3) }
on *:dialog:Identify:edit:4: { set %password104 $did(4) }
on *:dialog:Identify:edit:7: { set %password107 $did(7) }
on *:dialog:Identify:edit:15: { set %nick115 $did(15) }
on *:dialog:Identify:edit:10: { set %password110 $did(10) }
on *:dialog:Identify:edit:6: { set %nick106 $did(6) }
on *:dialog:Identify:sclick:5: { /nick %nick103 | /msg nickserv identify %password104 }
on *:dialog:Identify:sclick:8: { /nick %nick106 | /msg nickserv identify %password107 }
on *:dialog:Identify:sclick:11: { /nick %nick109 | /msg nickserv identify %password110 }
on *:dialog:Identify:sclick:20: { /nick %nick118 | /msg nickserv identify %password119 }
on *:dialog:Identify:edit:12: { set %nick112 $did(12) }
on *:dialog:Identify:edit:13: { set %password113 $did(13) }
on *:dialog:Identify:edit:16: { set %password116 $did(16) }
on *:dialog:Identify:edit:18: { set %nick118 $did(18) }
on *:dialog:Identify:edit:19: { set %password119 $did(19) }
on *:dialog:Identify:edit:9: { set %nick109 $did(9) }
on *:dialog:Identify:sclick:17: { /nick %nick115 | /msg nickserv identify %password116 }
on *:dialog:Identify:sclick:14: { /nick %nick112 | /msg nickserv identify %password113 }

Conclusion :


ce script a ete realiser par moi (TroXsA)
par respect laisser la sign merci

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.