Anope IRC Services

Anope Support => 1.6.x (Read Only) => Topic started by: jjblade on September 25, 2006, 11:58:06 AM

Title: /nickserv dropnick - Acces denied for Operators
Post by: jjblade on September 25, 2006, 11:58:06 AM
Hi!

I´m using Unreal IRCD 3.2 and Anope Services 1.6.4.
In the unrealircd.conf I´ve set for every Operator the "a" Flag (=services-admin):

Code: [Select]

oper Opername {
...
      flags {
            services-admin;
...




But in the chat I am the only one, who can use the dropnick command. All the other Operators ge an "Access denied" error.

Does anyone know why?
Title:
Post by: Jobe on September 25, 2006, 12:22:48 PM
Anope doesnt use the services-admin oper flag to determine priviledges. To assign somebody as a Services Admin you have to use "/msg OperServ ADMIN ADD nick" while using and having identified as a nick listed in the ServicesRoot config parameter. Or anyone you have already added to the OperServ ADMIN list can add anyone to the services opers list using "/msg OperServ OPER ADD nick"

Hope this helps.
Title:
Post by: jjblade on September 25, 2006, 12:30:21 PM
Thanks for the fast reply!
That made my day :)