Disable halfop

These are old archives. They are kept for historic purposes only.
Locked
cculha
Posts: 79
Joined: Tue Sep 13, 2005 1:16 am

Disable halfop

Post by cculha »

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.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

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."
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

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]
cculha
Posts: 79
Joined: Tue Sep 13, 2005 1:16 am

Post by cculha »

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.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Locked