]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/ngircd-test1.conf
Testsuite: update configuration files for new config file format
[ngircd-alex.git] / src / testsuite / ngircd-test1.conf
index 25ec84272c7aa04ac04abc8b9f12f1fad6b0d21c..f65f7065c4ab1ee5337ae935c251168edddb8c5c 100644 (file)
@@ -1,5 +1,5 @@
 # ngIRCd test suite
-# configuration file for test server #2
+# configuration file for test server #1
 
 [Global]
        Name = ngircd.test.server
@@ -7,11 +7,15 @@
        Ports = 6789
        MotdFile = ngircd-test1.motd
        AdminEMail = admin@irc.server
+
+[Limits]
        MaxConnectionsIP = 0
-       OperCanUseMode = yes
        MaxJoins = 4
-       NoIdent = yes
-       NoPAM = yes
+
+[Options]
+       OperCanUseMode = yes
+       Ident = no
+       PAM = no
 
 [Operator]
        Name = TestOp
@@ -23,7 +27,6 @@
        PeerPassword = pwd2
 
 [Channel]
-# This name should be accepted as '#InviteChannel' by ngircd.
        Name = InviteChannel
        Modes = i
 
@@ -50,4 +53,5 @@
 [Channel]
        Name = +ModelessChannel
        Topic = A modeless Channel
+
 # -eof-