Well, I used search, and I cant find anything. I want to make a script that if someone changes the mode (any one) it reverses it...

eg i turn it to +m
auto turns it back to -m
and then it kicks them....

I havnt been coding much, but im lost. This is what I could come up wiht..

Code:
on @1:MODE:#: {
/notice $me $nick changed $chan mode to $1 at $time } 
{
  if /mode==+$1
    then /mode -$1  
  /kick $nick dont play around with modes

}