1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-08 05:35:58 +00:00

New configuration option "OperChanPAutoOp"

If disabled, IRC operators don't become channel operators in persistent
channels when joining. Enabled by default, which has been the behavior
of ngIRCd up to this patch.

Closes bug #135.

(Cosmetic fixes by Alex.)
This commit is contained in:
DNS777
2012-09-25 13:08:39 +02:00
committed by Alexander Barton
parent 62a07596d6
commit 808c291c76
5 changed files with 21 additions and 2 deletions

View File

@@ -165,6 +165,9 @@
# they are not(!) channel-operators?
;OperCanUseMode = no
# Should IRC Operators get AutoOp (+o) in persistent (+P) channels?
;OperChanPAutoOp = yes
# Mask IRC Operator mode requests as if they were coming from the
# server? (This is a compatibility hack for ircd-irc2 servers)
;OperServerMode = no