
This is a common request, and one that most people end up using 3rd party bots/scripts or Anope modules for, when its functionality is in the Anope core already.
This works on recent versions of Anope-1.8 and requires us altering ChanServ’s levels.
ChanServ’s levels can only be altered and implemented when XOP is turned off, meaning you’ll need to add new users access using numeric values eg. VOP=3, AOP=5, SOP=10.
- So, first thing’s first, disable XOP if it’s enabled using /cs set #CHANNEL XOP OFF.
- If you do /cs levels #CHANNEL list you can see the required access levels for various commands, the one we’re after is AUTOVOICE.
- Do you want just registered users to get voiced, or all users? An unregistered user has level 0, a registered one has 1. For ALL users type /cs levels #CHANNEL set autovoice 0, and for REGISTERED users use /cs levels #CHANNEL set autovoice 1.
And that’s all there is to it, you may wish to use this for a degree of damage control in the event of flood-bots, eg. Setting the channel to +m and having ChanServ autovoice registered users. There are many possibilities, and the same idea can also be applied to the AUTOHALFOP, AUTOOP levels.







