[edit]
that listed everyone... im trying to list only people with this:*!*@*.staff.freenode
Dont work:
Code:
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 }
  }
}

Last edited by KoRn18; 31/08/03 07:16 PM.