add a nick to aop-list of a channel

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
darton
Posts: 9
Joined: Sat Jul 29, 2006 9:55 pm

add a nick to aop-list of a channel

Post by darton »

Hello!
I am a Net-Admin of an irc-network. Now I want to add some people to the AOP-list of a channel. By the conf-file of the network it is defined that every ircop on the server is a services_admin. So normally I should be able to add some nicks to that AOP-list, right?
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Services are not included with Unreal. You need to get and configure a services packacge.
darton
Posts: 9
Joined: Sat Jul 29, 2006 9:55 pm

Post by darton »

Is there another way to add a nick to the AOP-list of a channel apart from being a super-admin?
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Im not sure about other services packages but with Anope if you are using the xOP system to add a usere yo the AOP list you need to be an SOP (SuperOP as Anope calls it but gives you +ao) or the channel Founder.
darton
Posts: 9
Joined: Sat Jul 29, 2006 9:55 pm

Post by darton »

Yes, I know, but I am neither a SOP nor the owner. So, I think I must be a superadmin. Is it right that I just have to replace the name "Root1" with my nick?
###########################################################################
#
# OperServ configuration
#
###########################################################################

# ServicesRoot <nicks> [REQUIRED]
# Specifies the Services "super-users". The super-users, or "roots" as in
# Unix terminology, are the only users who can add or delete Services
# admins.
#
# You can specify more than one nick by separating each one by a space.
#
# This is commented out by default; make sure you insert the correct
# nick before uncommenting it.

ServicesRoot "Root1 Root2"
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Post by Alex »

Yes, Services Root should be replaced with the nick chosen.
darton
Posts: 9
Joined: Sat Jul 29, 2006 9:55 pm

Post by darton »

Last question: There are two services.conf files. The first is in the Anope directory, the second in the Anope/data directory. Do I have to edit both?
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

As well as being either SOP or Founder you can modify channel access lists as a Services Admin (as in added to the OperServ Admin list) so you dont need to be services root or super admin.

In regards to which services.conf file to edit that all depends on which one Anope (i assume you're using Anope) is using. I would suggest you read both and see which one has the settings as you know them to currently be (Eg. check the ServerName directive)
darton
Posts: 9
Joined: Sat Jul 29, 2006 9:55 pm

Post by darton »

So in the config-file, this is listed there:
oper ircop {
class clients;
from {
userhost *@*;
};
password "XXX";
flags {
services-admin;
admin;
netadmin;
global;
can_rehash;
can_wallops;
can_globops;
can_localroute;
can_globalroute;
can_globalkill;
can_kline;
can_gzline;
can_gkline;
can_unkline;
can_localnotice;
can_globalnotice;
can_zline;
get_umodew;
get_host;
can_override;
};
};
So I think every ircop should be able to modify the channel access lists, but it doesn't work, why?
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

The services_admin oper flag and being on the OperServ admin list are 2 different things. Anope doesnt use the services_admin flag to identify services admins.
darton
Posts: 9
Joined: Sat Jul 29, 2006 9:55 pm

Post by darton »

So what do I have to change that I can modify the channel access lists?
darton
Posts: 9
Joined: Sat Jul 29, 2006 9:55 pm

Post by darton »

Anyone?
Locked