add a nick to aop-list of a channel
Moderator: Supporters
add a nick to aop-list of a channel
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?
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?
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"
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)
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)
So in the config-file, this is listed there:
So I think every ircop should be able to modify the channel access lists, but it doesn't work, why?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;
};
};