projects
/
ngircd-alex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4d78a3
)
- nun ist auch ein Test-Operator konfiguriert.
author
Alexander Barton
<alex@barton.de>
Mon, 9 Sep 2002 21:25:50 +0000
(21:25 +0000)
committer
Alexander Barton
<alex@barton.de>
Mon, 9 Sep 2002 21:25:50 +0000
(21:25 +0000)
src/testsuite/ngircd-test.conf
patch
|
blob
|
history
diff --git
a/src/testsuite/ngircd-test.conf
b/src/testsuite/ngircd-test.conf
index 3475d677404799e94f59c8ffd3c59da59b79595c..c12cc8d8ac2c8d8fda13f6cd19ee44b78b377d28 100644
(file)
--- a/
src/testsuite/ngircd-test.conf
+++ b/
src/testsuite/ngircd-test.conf
@@
-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-