I belive it sould go like this:
ex You say to chan !b/!t nick Spammer have no place here.
Code:
on *:text:!t *:#:{
  if (($2 != $me)&&($2 !isop #)) {
    ban -ku300 $2 1 $3-
  }
}


Code:
on *:text:!b *:#:{
  if (($2 != $me)&&($2 !isop #)) {
    ban -k $2 1 $3-
  }
}

Last edited by Vladabgd; 01/11/16 04:18 PM.