]> 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 c12cc8d8ac2c8d8fda13f6cd19ee44b78b377d28..4d918e0eec1d0975e17adfe387a1c9fa6efca096 100644 (file)
@@ -1,13 +1,37 @@
-# $Id: ngircd-test.conf,v 1.2 2002/09/09 21:25:50 alex Exp $
+# $Id: ngircd-test.conf,v 1.6 2008/02/17 00:00:13 fw Exp $
 
 [Global]
        Name = ngircd.test.server
        Info = ngIRCd Test-Server
        Ports = 6789
        MotdFile = ngircd-test.motd
+       AdminEMail = admin@irc.server
+       MaxConnectionsIP = 0
+       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-