turn off modes +q/+a/+h

These are old archives. They are kept for historic purposes only.
Locked
firsti
Posts: 8
Joined: Sun Jul 03, 2005 7:06 pm
Location: Switzerland

turn off modes +q/+a/+h

Post by firsti »

Hello,

How can I turn off the modes owner(~), admin(&) and helpop(%) for the unrealircd in a channel?
I am happy over all help, thx...

sry for my english
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

Code: Select all

set { restrict-channelmodes "qah"; };
Services (and ircops) will be able to override this, but since you want to disable owner/chanadmin(/halfop), I'm assuming you don't run services.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Is there a define to disable these? Might come in handy for stripping out the crap altogether if you really didn't want them.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

Making it a pain to maintain, cripple the ircd (IMHO), causing all kinds of issues, and perhaps 0.1% of the people would use it? Well.. no... I don't really plan to ever do that.
Especially if we already have a feature where you can do something very similar at runtime...
sdamon
Posts: 46
Joined: Tue Jun 07, 2005 7:28 am

Post by sdamon »

RTFM for the first 2...if you didnt want them, you shouldnt have compiled with them. For half/helpop, just dont use it, or restric it.

And this user IS useing services..anope... He asked the question there and got the same answer prety much.
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

Yeah I got an email shortly after that, basically the ircd thing is not a problem, but he didn't know (nor do I -- and I think it's stupid anyway) how to configure services to not use +q/+a/+h.

So anyway, the solution for the ircd side has been giving, and the whole services discussion is indeed off-topic for this section.
Locked