Helpop flag -> Local Operator flag
Posted: Sat Dec 17, 2005 3:17 pm
Why does the helpop flag assume the local operator flag? For instance, if you make an operblock wherein the only flag designated is "helpop", that user will be given local operator status on oper-up:
For instance, if I set up the following oper block:
Upon opering up, that user gets:
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?
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?