Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: mOOse on January 06, 2008, 04:48:58 PM

Title: -OperServ- Access denied.
Post by: mOOse on January 06, 2008, 04:48:58 PM
All works well ,  I added a new Admin in Unreal config ,  he has access to everything except defcon  and notinchanlist when he tries he gets :  -OperServ- Access denied.

yet all else works
Title:
Post by: Jan Milants on January 06, 2008, 04:51:56 PM
and he is listed in /os staff as services admin ?
Title:
Post by: mOOse on January 06, 2008, 05:06:31 PM
he shows up as  /os staff  ---> [12:54] <~mOOse> [12:53] -OperServ- * OPER buzzd
Title:
Post by: katsklaw on January 06, 2008, 05:37:28 PM
m00se, DefCon is an ADMN command, not an OPER command. When in doubt use the built in help system, that's what it's for.

As far as notinchanlist failing, contact the author and/or read the supplid documentation as it's not a core feature.
Title:
Post by: mOOse on January 06, 2008, 05:41:29 PM
Is there a limit on how many Admins can be set , cause he is set as admin in unreal.confg

oper buzzd {
   class           clients;
   from {
            userhost  *@xxxxxxxxxxxxxxxxxx;
      userhost  buzzd@xxxxxxxxxxxxxxx;
      
   };
   password "XXXXXX";
   flags
   {
      netadmin;
      can_zline;
      can_gzline;
      can_gkline;
      global;
Title:
Post by: Jan Milants on January 06, 2008, 05:48:42 PM
... you are trying to give someone access to anope, then why are you editing the unrealircd config ?

/msg operserv help admin
/msg operserv help oper

as for notinchanlist it s an admin command which means he must be an admin within anope.. which has very little to do with an oline.
Title:
Post by: katsklaw on January 06, 2008, 05:58:04 PM
To add to what Viper is saying, Anope only cares if the user is an oper, Anope has no clue what an "Net Admin" is. Anope only cares about it's own levels which are: User, IRCop, Services Oper, Services Admin and Services Root.

ircd oper levels are completely seperate from Anope access levels. There is only 1 setting OperServ cares about when dealing with IRCops and that is OSOpersOnly. OSOpersOnly, when set, is just that. Only IRCops can use OperServ. proper access is still required in Anope's list to acess it's commands.

[Edited on 6-1-2008 by katsklaw]
Title:
Post by: mOOse on January 06, 2008, 06:00:42 PM
Sorry guys I'm getting mixed up between the 2   thank you very much for your help ....