Page 1 of 1

Anope +v on join

Posted: Fri Sep 17, 2010 3:44 pm
by Callum_UK
What's the command (I presume it's a ****Serv command) to make botserv/chanserv give every client who joins a certain channel +v?

Re: Anope +v on join

Posted: Fri Sep 17, 2010 4:04 pm
by Jobe
This depends on the services package you're using.

Re: Anope +v on join

Posted: Fri Sep 17, 2010 6:43 pm
by Callum_UK
As the topic title states; Anope

Re: Anope +v on join

Posted: Fri Sep 17, 2010 11:07 pm
by Spectre
Callum_UK

Please try the following below:

/msg ChanServ set #channel xop off
/msg ChanServ set #channel secure off
/msg ChanServ levels #channel set autovoice 0

#Channel being the channel name you are setting it on

This will setup your channel for auto +V

Let me know if this helps

Spectre

Re: Anope +v on join

Posted: Sat Sep 18, 2010 1:43 pm
by Callum_UK
Worked perfectly, thanks.

Re: Anope +v on join

Posted: Sat Sep 18, 2010 2:43 pm
by Jobe
Spectre wrote:/msg ChanServ set #channel secure off
Spectre
FYI, secure doesn't need to be off for this.
Callum_UK wrote:As the topic title states; Anope
Yeah oops, missed that.

Re: Anope +v on join

Posted: Sun Sep 19, 2010 3:21 am
by siemreap
If you use Anope 1.8.* try cs_autovoice.c by mr n00bie, alot easier...
http://modules.anope.org/index.php?page=view&id=110

Re: Anope +v on join

Posted: Sun Sep 19, 2010 3:38 am
by katsklaw
siemreap wrote:If you use Anope 1.8.* try cs_autovoice.c by mr n00bie, alot easier...
http://modules.anope.org/index.php?page=view&id=110
It' may be easier by typing 1 command instead of 2 (which are all that's needed). However as a network administrator you need to be concerned about resources and if the additional usage is worth the feature. In this case it's probably not a huge deal but there are many cases where it's more economical, but generally isnt. Core functions with Anope are almost always better than modules since the API only allows for certain access to the core and would require some coding to be re-written such as access to protocol assigned memory space when dealing with usermodes as an example. there is also the upkeep of additional databases etc ..