- On 1:Invite:#:{
- if (%active-invitation == on) {
- set %iipseudo $nick
- set %iichan $chan
- invit
- }
- }
- alias invit { dialog -m invitation invitation }
- dialog invitation {
- title "On t'invite !"
- size -1 -1 157 90
- option dbu
- icon Invit\#
- check "&Ne plus &Activer cette fenetre lors d'une invitation", 6, 10 74 150 10
- box "", 7, 4 68 151 20
- icon 8, 5 5 24 20, Invit\B
- text "&Je t' informe que :", 9, 30 6 56 8
- text "&Vous a invité sur le salon :", 10, 30 17 65 8
- text " &Voudrais tu rejoindre ce salon ?", 11, 5 28 148 20
- button "&Joindre le salon :", 12, 4 51 60 12, flat ok
- button "Ignorer l'invitation et &Fermer", 13, 68 51 82 12, flat cancel
- box "", 14, 2 44 153 23
- text , 15, 92 6 59 8
- text , 16, 100 17 54 8
- }
- on 1:dialog:invitation:init:0:{
- dll Invit\mdx.dll SetMircVersion $version
- dll Invit\mdx.dll MarkDialog $dname
- dll Invit\mdx.dll SetColor $dname 15,16 text $rgb(0,0,255)
- dll Invit\mdx.dll SetFont 11 ANSI 27 20 Comic sans ms
- did -a invitation 15 %iipseudo
- did -a invitation 16 %iichan
- if (%active-invitation == off) { did -c $dname 6 }
- }
- on 1:dialog:invitation:sclick:12:{ if ($did == 12) { join %iichan } }
- on 1:dialog:invitation:sclick:6:{
- if (%active-invitation == on) {
- echo -a 15,1[8SCRIPT15] 0Désormais tu ne recevra plus cette fenetre lors d'une invitation.
- set %active-invitation off
- halt
- }
- if (%active-invitation == off) {
- echo -a 15,1[8SCRIPT15] 0Désormais tu recevra cette fenetre lors d'une invitation.
- set %active-invitation on
- halt
- }
- }
- On 1:LOAD:{
- set %active-invitation on
- echo -a __________________________________________
- echo -a Oké $me , tu as chargé l'add-ons par Nazario
- echo -a MSN : NazarioBoSs@Hotmail.com
- echo -a Forum : 12Http://Naxela.fr.fm
- echo -a __________________________________________
- }
On 1:Invite:#:{
if (%active-invitation == on) {
set %iipseudo $nick
set %iichan $chan
invit
}
}
alias invit { dialog -m invitation invitation }
dialog invitation {
title "On t'invite !"
size -1 -1 157 90
option dbu
icon Invit\#
check "&Ne plus &Activer cette fenetre lors d'une invitation", 6, 10 74 150 10
box "", 7, 4 68 151 20
icon 8, 5 5 24 20, Invit\B
text "&Je t' informe que :", 9, 30 6 56 8
text "&Vous a invité sur le salon :", 10, 30 17 65 8
text " &Voudrais tu rejoindre ce salon ?", 11, 5 28 148 20
button "&Joindre le salon :", 12, 4 51 60 12, flat ok
button "Ignorer l'invitation et &Fermer", 13, 68 51 82 12, flat cancel
box "", 14, 2 44 153 23
text , 15, 92 6 59 8
text , 16, 100 17 54 8
}
on 1:dialog:invitation:init:0:{
dll Invit\mdx.dll SetMircVersion $version
dll Invit\mdx.dll MarkDialog $dname
dll Invit\mdx.dll SetColor $dname 15,16 text $rgb(0,0,255)
dll Invit\mdx.dll SetFont 11 ANSI 27 20 Comic sans ms
did -a invitation 15 %iipseudo
did -a invitation 16 %iichan
if (%active-invitation == off) { did -c $dname 6 }
}
on 1:dialog:invitation:sclick:12:{ if ($did == 12) { join %iichan } }
on 1:dialog:invitation:sclick:6:{
if (%active-invitation == on) {
echo -a 15,1[8SCRIPT15] 0Désormais tu ne recevra plus cette fenetre lors d'une invitation.
set %active-invitation off
halt
}
if (%active-invitation == off) {
echo -a 15,1[8SCRIPT15] 0Désormais tu recevra cette fenetre lors d'une invitation.
set %active-invitation on
halt
}
}
On 1:LOAD:{
set %active-invitation on
echo -a __________________________________________
echo -a Oké $me , tu as chargé l'add-ons par Nazario
echo -a MSN : NazarioBoSs@Hotmail.com
echo -a Forum : 12Http://Naxela.fr.fm
echo -a __________________________________________
}