- dialog Qchan {
- title "Q Chan"
- size -1 -1 120 105
- option dbu
- text "chanflags +w for welcome topic on / off", 2, 5 12 108 8, center
- button "On", 3, 8 22 42 12
- box "Q chan By ScaRa ©", 1, 2 3 114 99, disable
- button "Off", 4, 65 22 42 12
- button "On", 5, 9 47 42 12
- button "Off", 6, 65 47 42 12
- text "Bitchmode Chan on / off", 7, 7 37 100 8, center
- text "Auto limit Chan", 8, 69 60 45 7, center
- button "On", 9, 12 73 20 12
- button "Off", 10, 83 73 19 12
- edit "", 11, 34 73 24 11
- text "limit set", 12, 23 62 44 9, center
- button "Ok", 13, 61 73 20 12
- text "Thanks for using ScaRa Script v2.3", 14, 8 89 101 8, disable center
- }
-
- menu channel,nicklist,query {
- Q Channel
- .Q Mode Chan:dialog -m Qchan Qchan
- }
-
- on *:dialog:Qchan:sclick:3:{ /msg q chanflags $active +w }
- on *:dialog:Qchan:sclick:4:{ /msg q chanflags $active -w }
- on *:dialog:Qchan:sclick:5:{ /msg q chanflags $active +b }
- on *:dialog:Qchan:sclick:6:{ /msg q chanflags $active -b }
- on *:dialog:Qchan:sclick:9:{ /msg q chanflags $active +c }
- on *:dialog:Qchan:sclick:10:{ /msg q chanflags $active -c }
- on *:dialog:Qchan:sclick:13:{ /msg q autolimit $active $+($chr(35),$did(11)) }
dialog Qchan {
title "Q Chan"
size -1 -1 120 105
option dbu
text "chanflags +w for welcome topic on / off", 2, 5 12 108 8, center
button "On", 3, 8 22 42 12
box "Q chan By ScaRa ©", 1, 2 3 114 99, disable
button "Off", 4, 65 22 42 12
button "On", 5, 9 47 42 12
button "Off", 6, 65 47 42 12
text "Bitchmode Chan on / off", 7, 7 37 100 8, center
text "Auto limit Chan", 8, 69 60 45 7, center
button "On", 9, 12 73 20 12
button "Off", 10, 83 73 19 12
edit "", 11, 34 73 24 11
text "limit set", 12, 23 62 44 9, center
button "Ok", 13, 61 73 20 12
text "Thanks for using ScaRa Script v2.3", 14, 8 89 101 8, disable center
}
menu channel,nicklist,query {
Q Channel
.Q Mode Chan:dialog -m Qchan Qchan
}
on *:dialog:Qchan:sclick:3:{ /msg q chanflags $active +w }
on *:dialog:Qchan:sclick:4:{ /msg q chanflags $active -w }
on *:dialog:Qchan:sclick:5:{ /msg q chanflags $active +b }
on *:dialog:Qchan:sclick:6:{ /msg q chanflags $active -b }
on *:dialog:Qchan:sclick:9:{ /msg q chanflags $active +c }
on *:dialog:Qchan:sclick:10:{ /msg q chanflags $active -c }
on *:dialog:Qchan:sclick:13:{ /msg q autolimit $active $+($chr(35),$did(11)) }