- on 1:LOAD:{
- echo -a 12Gestion des Access Par [VeSpArO]
- echo -a 12Venez voir le site www.ne0-script.fr.st
- echo -a 12Have Fun
- }
- on 1:UNLOAD:{
- echo -a 12Gestion des Access Par [VeSpArO] Bien unloader
- echo -a 12Venez voir le site www.ne0-script.fr.st
- echo -a 12Have Fun
- }
- Menu * {
- -
- Gestion des access:/dialog -m gestion gestion
- }
- dialog gestion {
- title "Gestion Des @ccess Par [VeSpArO]"
- size -1 -1 188 45
- option dbu
- box "Liste Des Access", 1, 1 1 185 42
- text "Chan:", 2, 3 10 20 10
- edit %axxchan, 3, 20 10 40 10
- button "Ok", 4, 20 20 14 10
- text "Lister", 5, 5 21 14 10
- text "Add Ou Del Pseudo:", 6, 64 10 68 25
- edit %pseudo, 7, 114 10 40 10
- button "Add", 8, 155 10 15 10
- button "Del", 9, 172 10 15 10
- Text "Level", 10, 120 21 15 10
- edit %level, 11, 135 21 20 10
- button "Clear", 13, 74 32 15 10
- text "Effacer La Liste", 14, 30 32 40 30
- button "Xop On", 15, 100 32 23 10
- button "Xop Off", 16, 125 32 23 10
- }
- On 1:NOTICE:*:?:{ if ($nick == chanserv) { echo -a 12MeSSaGe De ChAnSeRv: : 4 $1- } }
- On *:DIALOG:gestion:edit:03 { set %axxchan $did(03) }
- On *:DIALOG:gestion:sclick:04 { msg chanserv access %axxchan list }
- On *:DIALOG:gestion:edit:07 { set %pseudo $did(07) }
- On *:DIALOG:gestion:sclick:08 { msg chanserv access %axxchan add %pseudo %level }
- On *:DIALOG:gestion:sclick:09 { msg chanserv access %axxchan del %pseudo }
- On *:DIALOG:gestion:edit:11 { set %level $did(11) }
- On *:DIALOG:gestion:sclick:13 { msg chanserv access %axxchan clear }
- On *:DIALOG:gestion:sclick:16 { msg chanserv set %axxchan xop off }
- On *:DIALOG:gestion:sclick:15 { msg chanserv set %axxchan xop on }
- }
on 1:LOAD:{
echo -a 12Gestion des Access Par [VeSpArO]
echo -a 12Venez voir le site www.ne0-script.fr.st
echo -a 12Have Fun
}
on 1:UNLOAD:{
echo -a 12Gestion des Access Par [VeSpArO] Bien unloader
echo -a 12Venez voir le site www.ne0-script.fr.st
echo -a 12Have Fun
}
Menu * {
-
Gestion des access:/dialog -m gestion gestion
}
dialog gestion {
title "Gestion Des @ccess Par [VeSpArO]"
size -1 -1 188 45
option dbu
box "Liste Des Access", 1, 1 1 185 42
text "Chan:", 2, 3 10 20 10
edit %axxchan, 3, 20 10 40 10
button "Ok", 4, 20 20 14 10
text "Lister", 5, 5 21 14 10
text "Add Ou Del Pseudo:", 6, 64 10 68 25
edit %pseudo, 7, 114 10 40 10
button "Add", 8, 155 10 15 10
button "Del", 9, 172 10 15 10
Text "Level", 10, 120 21 15 10
edit %level, 11, 135 21 20 10
button "Clear", 13, 74 32 15 10
text "Effacer La Liste", 14, 30 32 40 30
button "Xop On", 15, 100 32 23 10
button "Xop Off", 16, 125 32 23 10
}
On 1:NOTICE:*:?:{ if ($nick == chanserv) { echo -a 12MeSSaGe De ChAnSeRv: : 4 $1- } }
On *:DIALOG:gestion:edit:03 { set %axxchan $did(03) }
On *:DIALOG:gestion:sclick:04 { msg chanserv access %axxchan list }
On *:DIALOG:gestion:edit:07 { set %pseudo $did(07) }
On *:DIALOG:gestion:sclick:08 { msg chanserv access %axxchan add %pseudo %level }
On *:DIALOG:gestion:sclick:09 { msg chanserv access %axxchan del %pseudo }
On *:DIALOG:gestion:edit:11 { set %level $did(11) }
On *:DIALOG:gestion:sclick:13 { msg chanserv access %axxchan clear }
On *:DIALOG:gestion:sclick:16 { msg chanserv set %axxchan xop off }
On *:DIALOG:gestion:sclick:15 { msg chanserv set %axxchan xop on }
}