Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: CrazyCat on May 04, 2013, 10:23:09 AM

Title: Way to clean NS access list ?
Post by: CrazyCat on May 04, 2013, 10:23:09 AM
Hello there,

My anope was configured with NSAddAccessOnReg but it caused some troubles for a few users, so I took away the option. But, the great question is: is there a way to automatically clean the old access list ? Or let me (as Service Admin) doing that ? I don't want to ask my users to do their list themself.

Thanks !

Regards.
Title: Re: Way to clean NS access list ?
Post by: Han on May 04, 2013, 01:11:46 PM
http://www.anope.org/docgen/1.8/en_us/ChanServ.html

take a look to the Acces clear cmd
the anope help will always your best friend ;)
/cs help access

ACCESS


The ACCESS CLEAR command clears all entries of the access list.

Greets Han
Title: Re: Way to clean NS access list ?
Post by: CrazyCat on May 04, 2013, 02:17:20 PM
Sorry, but I said NS, as NickServ.
And I well rode the help and with the access list (access for a nick, not a chan) :
Quote
Services admins can also drop any nickname without needing to identify for the nick, and may view the access list for any nickname (/msg NickServ ACCESS LIST nick).
Services Admins cannot delete the NS access
Title: Re: Way to clean NS access list ?
Post by: Han on May 04, 2013, 04:53:03 PM
sorry my failure, was with my thoughts anywhere else, but not really here
I dont know a possibility.
I use NSAddAccessOnReg on my Net too, and i trust my Staff who get the Status of a Servicesadmin and the users has accept this decision, but it wont help you.
Maybee on the Module Site.

Greets Han
Title: Re: Way to clean NS access list ?
Post by: CrazyCat on May 05, 2013, 03:29:37 PM
You're right. I found http://modules.anope.org/index.php?page=view&id=63 , I'll have an eye on it and use or adapt it for my need !
Title: Re: Way to clean NS access list ?
Post by: katsklaw on May 05, 2013, 05:50:11 PM
You're right. I found http://modules.anope.org/index.php?page=view&id=63 , I'll have an eye on it and use or adapt it for my need !

This module can be modified to do it by adding an another command hook and tailing NS IDENTIFY as with REGISTER and CONFIRM already does or an event hook and hooking the NS IDENTIFY event.


Good Luck.