In the ChannelCentral Config there is the ability to choose a level in which the Bot will Auto-voice or Auto-op a user. This configuration creates a global wide selection of every channel the bot is in, rather then just specific channels. A useful feature could be the specification of a channel with a default behavior specification as well. Linking in with the PPF_AUTH.OFF (feature request already submitted) would make it possible to select Nothing as the default, and voice in specific channels.
Example Configuration File Segment:
<autoActions>
<!-- ANY, ADMIN, MASTER, TRUSTED, NONE, OFF-->
<defaultOpAuthLevel>OFF</defaultOpAuthLevel>
<defaultVoiceAuthLevel>OFF</defaultVoiceAuthLevel>
<!-- Set autoOp for Admins in #example1 -->
<opAuthLevel channel="#example1">ADMIN</opAuthLevel>
<!-- Set autoVoice for anyone in #deaded-->
<voiceAuthLevel channel="#deadEd">NONE</voiceAuthLevel>
<voiceAuthLevel channel="#aradon">
</autoActions>
In this example, there would be no Auto-voice in #example1, but would be auto-op for the admins