I am an owner of a channel, and some of my OPs set the channel to invite-only. I want to put something in my remotes that automatically makes me set the mode back to -i.
I think my script is wrong, because I'm new to this. This is what I have:
on *:INVITE:#: { mode $chan -i }
but it doesn't work. Help?