X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftestsuite%2Fngircd-test1.conf;h=0d0cccc9ce3b669b280cb0a26dd9f1d78df6d72e;hb=b5faf3055b61afaef73ac49a448cac1a5b063127;hp=299bf7ca2b1df0467dae95e82c4c7da62a4ee7c6;hpb=7ad167f4c43948f19125123a27dbe68a93e863b8;p=ngircd-alex.git diff --git a/src/testsuite/ngircd-test1.conf b/src/testsuite/ngircd-test1.conf index 299bf7ca..0d0cccc9 100644 --- a/src/testsuite/ngircd-test1.conf +++ b/src/testsuite/ngircd-test1.conf @@ -1,16 +1,24 @@ # ngIRCd test suite -# configuration file for test server #2 +# configuration file for test server #1 [Global] Name = ngircd.test.server Info = ngIRCd Test-Server 1 + Listen = 127.0.0.1 Ports = 6789 MotdFile = ngircd-test1.motd AdminEMail = admin@irc.server + +[Limits] MaxConnectionsIP = 0 - OperCanUseMode = yes MaxJoins = 4 +[Options] + OperCanUseMode = yes + Ident = no + IncludeDir = /var/empty + PAM = no + [Operator] Name = TestOp Password = 123 @@ -21,7 +29,7 @@ PeerPassword = pwd2 [Channel] - Name = #InviteChannel + Name = InviteChannel Modes = i [Channel] @@ -34,10 +42,18 @@ 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-