]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- nun ist auch ein Test-Operator konfiguriert.
authorAlexander Barton <alex@barton.de>
Mon, 9 Sep 2002 21:25:50 +0000 (21:25 +0000)
committerAlexander Barton <alex@barton.de>
Mon, 9 Sep 2002 21:25:50 +0000 (21:25 +0000)
src/testsuite/ngircd-test.conf

index 3475d677404799e94f59c8ffd3c59da59b79595c..c12cc8d8ac2c8d8fda13f6cd19ee44b78b377d28 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: ngircd-test.conf,v 1.1 2002/09/09 10:16:24 alex Exp $
+# $Id: ngircd-test.conf,v 1.2 2002/09/09 21:25:50 alex Exp $
 
 [Global]
        Name = ngircd.test.server
@@ -6,4 +6,8 @@
        Ports = 6789
        MotdFile = ngircd-test.motd
 
+[Operator]
+       Name = TestOp
+       Password = 123
+
 # -eof-