matrix — File Browser
matrixv0.9a / matrixv0.9a / script5.ini
script5.ini — 0.83 KB — Download this file
[script]
n0=;;;;;;;;;;( topic lock );;;;;;;;;;
n1=
n2=on *:topic:#: {
n3= if (%tl. [ $+ [ $chan ] ] != $null) {
n4= if ($nick == $me) { %tl. [ $+ [ $chan ] ] = $1- | halt }
n5= topic $chan %tl. [ $+ [ $chan ] ]
n6= }
n7=}
n8=
n9=;;;;;;;;;;( mode lock );;;;;;;;;;
n10=
n11=on *:mode:#: {
n12= if (%ml. [ $+ [ $chan ] ] != $null) {
n13= if ($nick == $me) { %ml. [ $+ [ $chan ] ] = $1- | halt }
n14= }
n15=}
n16=
n17=;;;;;;;;;;( dedication );;;;;;;;;;
n18=
n19=dialog dedicate {
n20= title "matrix v0.9a"
n21= size -1 -1 133 225
n22= icon 1, 35 15 62 86, %dir
n23= text "This script is dedicated", 2, 10 110 130 200
n24= text "to my baby,", 3, 40 125 130 200
n25= text "Di]v[pLeS", 4, 44 140 130 200
n26= text "I LOVE YOU DANA!!!", 5, 17 165 130 200
n27= button "OK", 6, 27 190 80 25, OK default
n28=}