dialog list {
title "list"
size -1 -1 200 200
button "OK",1, 170 75 20 20, OK
list 2, 1 1 150 200, hsbar
}
on me:*:join:#freenode: {
if (!$dialog(list)) { dialog -m list list | who # }
else { dialog -x list list | dialog -m list list | who # }
}
raw 352:*: {
if ($dialog(list)) {
if ($4 == *.staff.freenode) { did -a list 2 $6 }
}
}