One of my bots is in a friends channel, but i dont want to be op'ed there. I'm the bot master, so it keeps op'ing me every time i join. I cant remove the +o flag from myself either.
The only way i can solve this is to set a channel +d flag for myself.
Any ways around this?
Also, i have a script for public op commands (!op, !deop, etc), is there a way i could have it trigger for every op (@) in the channel, instead of bot ops?
1: Remove the autoop flag from yourself and/or the channel.
This is a ugly settings, and is rather insecure for use on users. It only takes sombody with a simalar hostmask to you, to gain automatic ops.
2: The scripts would need to be re-written.
They likely use the "matchattr" command, to test if a user has the +o flag in the bot. Using the "isop" command in adition to this, would allow for any channel op to use the commands, bot access or not.