No im not trying to be flashy in any way if you would see my first post it will be doing more then kicking and sometimes i use java (i know i know but if its handy why not?) so it will be usefull and i have a op or two who dont know how to use the comands so this will help them as it dose all the work for them. Now as for the script its self i got it all worked out and im useing it like so
Code:
on *:TEXT:!ban*:#: {
  if ($nick isop #) && ($2 ison #) {
   mode $chan +b $2
 }
}


and so on, Thanks again fo all the help it is appreciated smile