Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: Prototype on August 28, 2006, 06:27:49 PM

Title: Auto voice
Post by: Prototype on August 28, 2006, 06:27:49 PM
how to set auto voice, auto op

(register/none register user)


Thank.  :+
Title:
Post by: SpaceDoG on August 28, 2006, 06:33:48 PM
so you want to autoop all users and autovoice all users?
Title:
Post by: Paul_UK on August 28, 2006, 07:18:28 PM
Not sure on what you're asking but try ...

/cs aop <#channel> add <nickname>
and
/cs vop <#channel> add <nickname>

<#channel> = Channel you want to add AOP, VOP for
<nickname> = The registered nick you want to AOP or VOP

This information and a LOT more can be found in ...

/cs help
/cs help aop
and
/cs help vop

If the above isn't what you meant then I apologise but your post was rather vague :P

[Edited on 28-8-2006 by Paul_UK]
Title:
Post by: owine on August 28, 2006, 09:12:48 PM
to op everyone in a channel you must turn xop, secure and secureops off then put the following commands:

/chanserv levels #chan autoop -1

change that to autovoice if you want to voice all users. -1 means that all users, registered, identified or not will receive op/voice when they join.
Title:
Post by: Prototype on August 29, 2006, 09:54:08 AM
Quote
Originally posted by owine
to op everyone in a channel you must turn xop, secure and secureops off then put the following commands:

/chanserv levels #chan autoop -1

change that to autovoice if you want to voice all users. -1 means that all users, registered, identified or not will receive op/voice when they join.


Thank!
Title:
Post by: SpaceDoG on August 29, 2006, 02:21:21 PM
You must also do /chanserv set #channel secureops off and /chanserv set #channel secure off. Then anyone and everyone who joins will be autooped.