For instance, if I set up the following oper block:
Code: Select all
oper igarvey-helpop-test {
class clients;
from {
userhost *@*;
};
password "$SDjuQNQj$tLsZnN3j4HTi6N4tKzqyelLvM2M=" { sha1; };
flags {
helpop;
};
snomask fkejGqsSo;
swhois "is a help operator";
};(Local IRC Operator!)* igarvey-helpop-test sets mode: +wghsOv
Server notice mask (+kfjeGqSso)
You are now an IRC Operator
However, that user cannot /kill or /kline anything. For some reason it is given the locop flag on default -- but it's a completely deprecated local operator that can't do anything except things like /stats G and receive snomasks. (Though it has the * is a Local IRC Operator in whois) Why is this?