]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/ngircd-test.conf
Enable KICK to be handled from remote servers and from services.
[ngircd-alex.git] / src / testsuite / ngircd-test.conf
index 3475d677404799e94f59c8ffd3c59da59b79595c..4d918e0eec1d0975e17adfe387a1c9fa6efca096 100644 (file)
@@ -1,9 +1,37 @@
-# $Id: ngircd-test.conf,v 1.1 2002/09/09 10:16:24 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-