Page 1 of 1

Help with umodes

Posted: Thu Jun 29, 2006 5:56 am
by ivann
Hi,

I am having some problems with some flags that I want to deny access.

oper xxx {
class operadores;
from {
userhost *@xxx.xxx;
userhost *@xxx.xxx;
};
password "$QP9KECVw$3tCHO3qkM4YlVzV+XvcfJLO3bpc=" {sha1; };
flags {
coadmin;
can_override;
};
};

He doesnt have the "get_umodew" flag but with /mode xxx +W he gets the flag. How can i deny some flags in the operblock?

Thanks.

Posted: Thu Jun 29, 2006 9:45 am
by T-rexke
uhm just dont give them to them?

Posted: Thu Jun 29, 2006 1:09 pm
by Jobe
As far as i am aware all the "get_umodew" oper flag does is give an oper user mode +W automatically. It doesnt however restrict whether an oper can use user mode +W or not. Personally i dont have any problem with opers knowing when someone has done a /whois on them.

Posted: Tue Jul 25, 2006 1:40 pm
by dh
Jobe1986 wrote:As far as i am aware all the "get_umodew" oper flag does is give an oper user mode +W automatically. It doesnt however restrict whether an oper can use user mode +W or not. Personally i dont have any problem with opers knowing when someone has done a /whois on them.
Yep, that's right. Any opers (actually, I've yet to see about LOCAL Opers) can use the +W flag, and as mode restrictions (in your set block) apply only to normal users. I don't think there is any way to disable this.