I am getting further, but for the sclick:7 i want it to msg the nicks that are clonning, in a pvt msg, not in the active channel. For sclick:8 i am agetting · Error : no such nick : [ *!*@FSI-15D1403E.nott.cable.ntl.com ]

Any ideas?

Code:

  button "Ban", 6, 2 123 37 9
  button "Warn", 7, 2 133 37 9
  button "Kick", 8, 2 143 37 9

on *:dialog:clonescanner:sclick:6:{ mode $active +b $did(2).seltext }
on *:dialog:clonescanner:sclick:7:{ /msg $active $nick You Are Running Mulitple Nicks, Please Remove them. }
on *:dialog:clonescanner:sclick:8:{ kick $active $did(2).seltext | unset %clone | .timer -m 1 3 refresh }