Anope +v on join

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
Callum_UK
Posts: 22
Joined: Sun Sep 05, 2010 6:39 am

Anope +v on join

Post 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?
Join us at [url=irc://irc.sanlrpg.net/]irc.sanlrpg.net[/url]
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Anope +v on join

Post by Jobe »

This depends on the services package you're using.
Your IP: Image
Your Country: Image
Callum_UK
Posts: 22
Joined: Sun Sep 05, 2010 6:39 am

Re: Anope +v on join

Post by Callum_UK »

As the topic title states; Anope
Join us at [url=irc://irc.sanlrpg.net/]irc.sanlrpg.net[/url]
Spectre
Posts: 23
Joined: Sat Jun 03, 2006 12:19 am
Location: Florida
Contact:

Re: Anope +v on join

Post 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
Callum_UK
Posts: 22
Joined: Sun Sep 05, 2010 6:39 am

Re: Anope +v on join

Post by Callum_UK »

Worked perfectly, thanks.
Join us at [url=irc://irc.sanlrpg.net/]irc.sanlrpg.net[/url]
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Anope +v on join

Post 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.
Your IP: Image
Your Country: Image
siemreap
Posts: 8
Joined: Sun Aug 08, 2010 8:38 am

Re: Anope +v on join

Post 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
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Anope +v on join

Post 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 ..
Locked