]> arthur.barton.de Git - ngircd.git/blobdiff - src/testsuite/ngircd-test.conf
Add conf-ssl.h to "noinst_HEADERS"
[ngircd.git] / src / testsuite / ngircd-test.conf
index 3f0ffe95d29e312ed1fe673a6c38a2c4f79438da..4d918e0eec1d0975e17adfe387a1c9fa6efca096 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: ngircd-test.conf,v 1.5 2007/11/18 15:07:16 alex Exp $
+# $Id: ngircd-test.conf,v 1.6 2008/02/17 00:00:13 fw Exp $
 
 [Global]
        Name = ngircd.test.server
@@ -7,11 +7,31 @@
        MotdFile = ngircd-test.motd
        AdminEMail = admin@irc.server
        MaxConnectionsIP = 0
-       ServerUID = 1
-       ServerGID = 1
+       OperCanUseMode = yes
+       MaxJoins = 4
 
 [Operator]
        Name = TestOp
        Password = 123
 
+[CHANNEL]
+       Name = #InviteChannel
+       Modes = i
+
+[CHANNEL]
+       Name = #FullKeyed
+       Modes = lk
+       MaxUsers = 0
+       Key = Secret
+
+[CHANNEL]
+       Name = #TopicChannel
+       Modes = t
+       Topic = the topic
+       
+[CHANNEL]
+       Name = #SecretChannel
+       Modes = s
+       Topic = A secret Channel
+
 # -eof-