Disable halfop
Disable halfop
How can i close the halfop system on Unreal 3.2.3 I don't want any halfop on my server and how can i close it in anope too. If you know please help me thank you.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
ANOPE:
These instructions are ONLY for anope-1.7.10!
cd src/protocol
edit unreal32.c:
Replace: 1, /* Has Owner */
With: 0, /* Has Owner */
Replace:
"+a", /* Mode to set for channel admin */
"-a", /* Mode to unset for channel admin */
With:
"+o", /* Mode to set for channel admin */
"-o", /* Mode to unset for channel admin */
Replace: 1, /* Supports Halfop +h */
With: 0, /* Supports Halfop +h */
Save. Recompile Anope. Restart Anope.
These instructions are ONLY for anope-1.7.10!
cd src/protocol
edit unreal32.c:
Replace: 1, /* Has Owner */
With: 0, /* Has Owner */
Replace:
"+a", /* Mode to set for channel admin */
"-a", /* Mode to unset for channel admin */
With:
"+o", /* Mode to set for channel admin */
"-o", /* Mode to unset for channel admin */
Replace: 1, /* Supports Halfop +h */
With: 0, /* Supports Halfop +h */
Save. Recompile Anope. Restart Anope.
Why the hell can't my signature be empty?
"Your message contains too few characters."
"Your message contains too few characters."
I will add that this modification will void your anope support.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Thank you my friend. Now i have disabled halfop mode on unreal and anope. This works in anope like that: Ex : An aop can add hop but when he added hop chanserv gives the man +v. Like vop. But i want an aop can't add any hop or vop in xop system. Who can answer it? I want to disable aop's adding in xop mode (without level mode). How can i do that? If there ' s no option or else. Please tell me how can i disable the VOP list completely. Thank you.