Page 1 of 1

turn off modes +q/+a/+h

Posted: Sun Jul 03, 2005 7:13 pm
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

Posted: Sun Jul 03, 2005 7:44 pm
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.

Posted: Mon Jul 04, 2005 2:34 pm
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.

Posted: Mon Jul 04, 2005 3:24 pm
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...

Posted: Wed Jul 06, 2005 9:58 am
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.

Posted: Wed Jul 06, 2005 1:43 pm
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.