]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/ngircd-test1.conf
New configuration option "NoZeroConf" to disable ZeroConf registration
[ngircd-alex.git] / src / testsuite / ngircd-test1.conf
index 299bf7ca2b1df0467dae95e82c4c7da62a4ee7c6..25ec84272c7aa04ac04abc8b9f12f1fad6b0d21c 100644 (file)
@@ -10,6 +10,8 @@
        MaxConnectionsIP = 0
        OperCanUseMode = yes
        MaxJoins = 4
+       NoIdent = yes
+       NoPAM = yes
 
 [Operator]
        Name = TestOp
@@ -21,7 +23,8 @@
        PeerPassword = pwd2
 
 [Channel]
-       Name = #InviteChannel
+# This name should be accepted as '#InviteChannel' by ngircd.
+       Name = InviteChannel
        Modes = i
 
 [Channel]
        Name = #TopicChannel
        Modes = t
        Topic = the topic
-       
+
 [Channel]
        Name = #SecretChannel
        Modes = s
        Topic = A secret Channel
 
+[Channel]
+       Name = &LocalChannel
+       Topic = A local Channel
+
+[Channel]
+       Name = +ModelessChannel
+       Topic = A modeless Channel
 # -eof-