I have a small clone detector i display the results from into a listbox in a dialog. I would like to add buttons to kick warn ban ect but cant seem to figure out how. this is the line that displays them to the listbox
/did -a cs- 2 $chr(160) $+ %no.of.c $+ $str($chr(160),6) $+ %ad $+ $str($chr(160),$calc(38 - $len(%ad))) $+ $gettok($hget(clonescan,%ad),1- $+ %no.of.c,44)
This is what the output in the list box looks like
2 *!*@someident.com nick1,nick2
2 *!*@someotherisp.net Nick1,nick2
3 *!*@moreclones.com nick1,nick2,nick3

i would like to be able to click on any given line of clones and perform ban/warn/kick/ect
any example of how this might be done would be great
thank you