Oper Block Issues
Posted: Tue Mar 13, 2012 9:11 pm
I recently installed and configured Unreal 3.2.9 without any problems. I just configured the oper block and started encountering issues with utilising the operator commands. I'm no longer able to manage the modes in any channels I enter. I can't kick, ban, set topics, or adjust modes in a channel but I am able to use the /sajoin, sapart, /shun, etc. commands. However, the only time I can utilise the said commands I'm having problems with, is when I create a channel. Which seems to defeat the purpose of having an IRC operator.
Every time I try to perform a kick or mode in a channel I keep getting "You're not channel operator."
Below is an example of my current oper block.
I originally had extra flags set and Anope running with Unreal, but disabled them to try and sort out the problem. I also did a fresh install and configuration of Unreal and still getting the same problem.
Any help in what I'm doing wrong would be highly appreciated.
Every time I try to perform a kick or mode in a channel I keep getting "You're not channel operator."
Below is an example of my current oper block.
Code: Select all
};
oper ircadmin {
class clients;
from {
userhost *@*;
};
password "(removed)";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
};Any help in what I'm doing wrong would be highly appreciated.