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! }
}