Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: Guido on March 23, 2009, 02:02:51 AM

Title: [solved]Doesn't give flags on identify
Post by: Guido on March 23, 2009, 02:02:51 AM
Hello!
   First of all thanks to all who contribute to anope, this is a very nice tool :)

I've just install my first ircd, Unreal3.2.8 with anope1.8, everything work perfectly except that when I ad a user to a chan acces list (I work by default levels) anope doesn't give or remove flags automaticly.  But it work when that user join the chan.

As seen on other topic, I've uncomment NSModeOnID, activate the NSAutoop but the flags still doesn't change. (I've reload the services.conf)

If anyone got an idea how to fix that would be very apreciated!

btw, I've seen on few network many different user with q flags on the same chan, is there a module need to allow that?
Title: Re: Doesn't give flags on identify
Post by: Naram Qashat on March 23, 2009, 02:09:05 AM
Anope doesn't give a user modes when you add them to the access list.  NSModeOnID covers when they join the channel, it doesn't cover being in the channel already.  This may be something that should change in 1.9.x, though.
Title: Re: Doesn't give flags on identify
Post by: Adam on March 23, 2009, 02:09:40 AM
You can have multiple channel owners (+q) by having other people you want as owner type /cs id #channel channelpassword
Title: Re: Doesn't give flags on identify
Post by: LEthaLity on March 23, 2009, 02:11:03 AM
Those NSDef options only affect nicks that register since the change.
For nicks to get the status as soon as you give them access there's a module cs_statusupdate.
cs_autoowner is one of about 3 modules that allow other users to have founder (~) status.
Title: Re: Doesn't give flags on identify
Post by: Guido on March 23, 2009, 02:27:33 AM
Quote
You can have multiple channel owners (+q) by having other people you want as owner type /cs id #channel channelpassword

what is the id? the nick? doesn't seem to work to me...


ok thanks for your answer, i'll give a try on those modules!
Title: Re: Doesn't give flags on identify
Post by: Guido on March 23, 2009, 03:00:15 AM
Nice, cs_accessfounder + cs_statusupdate was exactly what I was looking for :D