alias rqm {
dialog -md rqm rqm
}
dialog rqm {
title "Sothounet Manager ^^"
size -1 -1 364 174
option dbu
text "Repetition :", 1, 10 15 42 6
edit "", 2, 65 15 100 10
text "toute les x :", 3, 10 25 42 6
edit "", 4, 65 25 100 10
text "Message :", 5, 10 45 42 6
edit "", 6, 65 45 100 70, multi return hsbar
text "Cannal :", 11, 10 120 50 6
edit "", 12, 65 120 100 10, multi
button "&Tous les Cannaux", 8, 65 140 100 10,
button "&Ok", 15, 280 150 20 12, ok
button "&Quitter", 16, 300 150 37 12, flat cancel
box "Info ", 21, 179 2 184 56
text "Version Beta 2, ", 22, 181 13 178 13
text "Pour Liber`Team,http://www.tyrans.net |
http://www.liber-team.net", 23, 181 23 178 34
box "Aide", 24, 179 58 184 79
text " Répétition = Nombre de fois où la resquest sera répété (-_-).", 25, 181 65 180 8
text " toute les x = Temps en seconde des répétitions.", 26, 180 75 180 8
text " Message : Entrez votre request.", 27, 181 85 180 8
text " Canal = Entrez le Canal(chan) choisi. ", 28, 181 95 180 8
text " tous les Cannaux = La request est envoyée à tous les canaux. ", 29, 181 105 180 15
text " Important ! Pour stopper la request, tapez : /stop_rqm ", 30, 181 122 180 8
text "Request Manager by Soth [Liber`team]", 31, 110 164 93 6
link "http://www.tyrans.net |
http://www.liber-team.net", 32, 5 156 164 6
link "irc://irc.yumeru.net/Liber`Team", 33, 5 164 93 6
}
on *:load:{
echo -a ################################
echo -a Sothounet Manager ^^ Beta v.2
echo -a 8Pour le lancer, faites 11/rqm
echo -a ################################
}
on *:dialog:rqm:sclick:15:{
set %DTC $did(2).text
set %clamptusuxxx $did(4).text
set %sothounetleroidelarime $did(6).text
set %liberteam $did(12).text
/timersothounet %DTC %clamptusuxxx /msg %liberteam 12[ ReQuest ]14 7« 14 %sothounetleroidelarime 7 »
}
on *:dialog:rqm:sclick:8:{
set %DTC $did(2).text
set %clamptusuxxx $did(4).text
set %sothounetleroidelarime $did(6).text
set %ohlegroscaca $did(8).text
/dialog -c rqm
/timersothounet %DTC %clamptusuxxx /amsg 12[ ReQuest ]14 7« 14 %sothounetleroidelarime 7 »
}
alias stop_rqm {
/timersothounet off
}