Code:
on @!:MODE:#channel: {
  [color:green] ;if the nick changing the mode is not you [/color]
  [color:green] ;if the nick is turning on a mode, turn it off [/color]
  if (+ isin $1) { mode $chan $replace($1,+,-)  | kick $nick DO NOT Change The Modes Of The Channel!  }
   [color:green]  ; if the nick is turning off the mode, turn it back on  [/color] 
  elseif (- isin $1) { mode $chan $replace($1,-,+)  | kick $nick  DO NOT Change The Modes Of The Channel! }
}




You Will Need To Change Channel Name, And Reason For Kick

EDIT: Sorry didnt see russel had replied back

Last edited by onesikgypo; 11/03/06 04:42 AM.