]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/ngircd-test1.conf
testsuite: add more predefined channels to server config
[ngircd-alex.git] / src / testsuite / ngircd-test1.conf
index a12873fb69105911a3579c323dd3c4281e1f9452..51a57fb34209b9a46a31dd260cfbc2d7cf094670 100644 (file)
@@ -22,7 +22,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-