Page 1 of 1

add a nick to aop-list of a channel

Posted: Sat Jul 29, 2006 10:02 pm
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?

Posted: Sat Jul 29, 2006 11:42 pm
by Stealth
Services are not included with Unreal. You need to get and configure a services packacge.

Posted: Sun Jul 30, 2006 9:17 am
by darton
Is there another way to add a nick to the AOP-list of a channel apart from being a super-admin?

Posted: Sun Jul 30, 2006 10:20 am
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.

Posted: Sun Jul 30, 2006 10:29 am
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"

Posted: Sun Jul 30, 2006 10:32 am
by Alex
Yes, Services Root should be replaced with the nick chosen.

Posted: Sun Jul 30, 2006 10:38 am
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?

Posted: Sun Jul 30, 2006 10:47 am
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)

Posted: Sun Jul 30, 2006 11:32 am
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?

Posted: Sun Jul 30, 2006 11:46 am
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.

Posted: Sun Jul 30, 2006 12:34 pm
by darton
So what do I have to change that I can modify the channel access lists?

Posted: Sun Jul 30, 2006 7:49 pm
by darton
Anyone?