I have it so when the dialog is loaded it will get the nicks list them and what not
Code:
 on *:dialog:staticontrol:init:0: {
  did -ra staticontrol 20 $active
  if $did(20) ischan { filter -loc $ifmatch $dname 3 }
  else return $input(You're not on channel $did(20),oh,Not on channel)
}  

I also have that attached to a button for a refresh, I have tried to make it so itll work with join/part/kick/quit but it returns
* Invalid parameters: $did (line 105, staticontrol.mrc)
Im lost help please
*EDIT*
20 is a edit box with the #Channel name and 3 is the list box

Last edited by MrPeepers; 26/08/03 06:41 AM.