Some of my opers have complained that they are unable to perform normal network duties. Examples, they are unable to rehash a NON local server. Permission Denied.
I begain by trying to duplicate and simulate this problem, however, it happened before I even had a chance to set it. My oper block looks like:
Code: Select all
oper darvocet {
from {
userhost *@adsl-*.dsl.isp.net;
userhost *@*.dialup.isp.net;
};
password "*************" { crypt; };
flags WvHq;
flags {
netadmin;
can_gkline;
can_gzline;
can_zline;
global;
class ircops;
snomask cFfkejvGnq;
maxlogins 3;
};Second, I am unable to rehash, Permission Denied.
Third, I whois myself and recieve this:
XanaX is a Local IRC Operator
... Why is this happening? A Local Oper? With netadmin?