Allowing people to gain ops
Posted: Sat Nov 26, 2005 8:23 pm
I recently upgraded to Unreal 3.2.3 (from v 2.x) and am now having a problem. I used to be able to configure ops using the 'local' flag in the oper block in the config file. This would allow them to give/take ops from any channel on my server, to handle anyone who was causing problems.
Since upgrading, this no longer works. I get "permission denied" when attempting to "mode #someroom +o <somenick>". I have been able to reinstate this by using the 'services-admin' flag in the oper block (and using samode instead of mode). Obviously though, I prefer to give the minimum permissions possible.
What flags do I need to use in the oper block to allow someone to join a channel and op themselves? Or are there better mechanisms available to do the same thing (short of a bot)?
Since upgrading, this no longer works. I get "permission denied" when attempting to "mode #someroom +o <somenick>". I have been able to reinstate this by using the 'services-admin' flag in the oper block (and using samode instead of mode). Obviously though, I prefer to give the minimum permissions possible.
What flags do I need to use in the oper block to allow someone to join a channel and op themselves? Or are there better mechanisms available to do the same thing (short of a bot)?
Old block:
oper myadmins {
class clients;
from {
userhost *@*;
};
password "nottherealpassword";
flags
{
local;
};
};