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;
};
};