mirror of
https://github.com/osmarks/ngircd.git
synced 2025-05-24 18:14:12 +00:00
testsuite: add more predefined channels to server config
make sure it creates & and +, and accepts channel names without a special character (ngircd should treat 'Name = chan' as 'Name = #chan').
This commit is contained in:
parent
2d4361d088
commit
ea35ba74b6
@ -22,7 +22,8 @@
|
|||||||
PeerPassword = pwd2
|
PeerPassword = pwd2
|
||||||
|
|
||||||
[Channel]
|
[Channel]
|
||||||
Name = #InviteChannel
|
# This name should be accepted as '#InviteChannel' by ngircd.
|
||||||
|
Name = InviteChannel
|
||||||
Modes = i
|
Modes = i
|
||||||
|
|
||||||
[Channel]
|
[Channel]
|
||||||
@ -35,10 +36,17 @@
|
|||||||
Name = #TopicChannel
|
Name = #TopicChannel
|
||||||
Modes = t
|
Modes = t
|
||||||
Topic = the topic
|
Topic = the topic
|
||||||
|
|
||||||
[Channel]
|
[Channel]
|
||||||
Name = #SecretChannel
|
Name = #SecretChannel
|
||||||
Modes = s
|
Modes = s
|
||||||
Topic = A secret Channel
|
Topic = A secret Channel
|
||||||
|
|
||||||
|
[Channel]
|
||||||
|
Name = &LocalChannel
|
||||||
|
Topic = A local Channel
|
||||||
|
|
||||||
|
[Channel]
|
||||||
|
Name = +ModelessChannel
|
||||||
|
Topic = A modeless Channel
|
||||||
# -eof-
|
# -eof-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user