I have a bot up and running that is present in several channels on an IRC server.
I created a custom tcl script that makes the bot reply to certain words in the channels and I want this script to be the only thing the bot reacts to.
I do not want my bot to use any of the built-in features, such as floodkick, auto-op users on his user-list, etc.
I have set my bot to owner status in all channels for aesthetics, so simply de-opping is not an option.
Is there an easy way to disable those features? Maybe a module or a .tcl script that I should prevent from loading?