Page 1 of 1

Disable mode oper

Posted: Sat Sep 17, 2005 9:03 am
by cculha
I want to irc operators can't do mode in channel. example : an irc operator can't do /mode #channel +o nick but he can do /samode so this is required +a. But i want network admins can do mode.(/mode #channel +o nick) i want only netadmins can do that. How can i do that? Thank you.

Posted: Sat Sep 17, 2005 9:06 am
by Dukat
Don't give an oper the "can_override" flag and she won't be able to /mode #chan...
Please read the documentation:
http://www.vulnscan.org/UnrealIRCd/unre ... #operblock
(The part "Some little info about OperOverride" may be interesting for you...)

ah so

Posted: Sat Sep 17, 2005 9:25 am
by cculha
ah so you re right... my fault. thank you.