]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/sample-ngircd.conf
add support for predefined-channel configuration of k and l modes
[ngircd-alex.git] / doc / sample-ngircd.conf
index d5b971596822df52d61262c40669d0003a6d2712..6bed77b253cb52c689f07fbc3b2ea80897d3ac71 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.38 2006/11/05 13:03:47 fw Exp $
+# $Id: sample-ngircd.conf,v 1.39 2006/12/29 14:09:48 fw Exp $
 
 #
 # This is a sample configuration file for the ngIRCd, which must be adepted
        ;Topic = a great topic
 
        # Initial channel modes
-       ;Modes = tn
+       ;Modes = tnk
+
+       # initial channel password (mode k)
+       ;Key = Secret
+
+       # maximum users per channel (mode l)
+       ;MaxUsers = 23
 
 [Channel]
        # More [Channel] sections, if you like ...