]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/sample-ngircd.conf
New configuration option "AllowRemoteOper"
[ngircd-alex.git] / doc / sample-ngircd.conf
index 526e8801c95c8db6ac90e43734b621ec09da3840..b945224efdec1bc6e5d1d55b2cd7067639fdcd40 100644 (file)
        # server? (This is a compatibility hack for ircd-irc2 servers)
        ;OperServerMode = no
 
+       # Are remote IRC operators allowed to control this server, e. g.
+       # use commands like CONNECT, SQUIT, DIE, ...?
+       ;AllowRemoteOper = no
+
        # Allow Pre-Defined Channels only (see Section [Channels])
        ;PredefChannelsOnly = no
 
        # initial channel password (mode k)
        ;Key = Secret
 
+       # Key file, syntax for each line: "<user>:<nick>:<key>".
+       # Default: none.
+       ;KeyFile = /etc/ngircd/#chan.key
+
        # maximum users per channel (mode l)
        ;MaxUsers = 23