Update testsuite configuration: strip No... prefixes

This commit is contained in:
Alexander Barton 2011-01-18 14:28:39 +01:00
parent d3ef2239e1
commit 5a34bb203a
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# ngIRCd test suite
# configuration file for test server #2
# configuration file for test server #1
[Global]
Name = ngircd.test.server
@ -10,8 +10,8 @@
MaxConnectionsIP = 0
OperCanUseMode = yes
MaxJoins = 4
NoIdent = yes
NoPAM = yes
Ident = no
PAM = no
[Operator]
Name = TestOp
@ -23,7 +23,6 @@
PeerPassword = pwd2
[Channel]
# This name should be accepted as '#InviteChannel' by ngircd.
Name = InviteChannel
Modes = i
@ -50,4 +49,5 @@
[Channel]
Name = +ModelessChannel
Topic = A modeless Channel
# -eof-

View File

@ -10,8 +10,8 @@
MaxConnectionsIP = 0
OperCanUseMode = yes
MaxJoins = 4
NoIdent = yes
NoPAM = yes
Ident = yes
PAM = yes
[Operator]
Name = TestOp