mirror of
https://github.com/osmarks/ngircd.git
synced 2025-04-08 08:46:39 +00:00
Update testsuite configuration: strip No... prefixes
This commit is contained in:
parent
d3ef2239e1
commit
5a34bb203a
@ -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-
|
||||
|
@ -10,8 +10,8 @@
|
||||
MaxConnectionsIP = 0
|
||||
OperCanUseMode = yes
|
||||
MaxJoins = 4
|
||||
NoIdent = yes
|
||||
NoPAM = yes
|
||||
Ident = yes
|
||||
PAM = yes
|
||||
|
||||
[Operator]
|
||||
Name = TestOp
|
||||
|
Loading…
x
Reference in New Issue
Block a user