make sure it creates & and +, and accepts channel names without
a special character (ngircd should treat
'Name = chan' as 'Name = #chan').
PeerPassword = pwd2
[Channel]
- Name = #InviteChannel
+# This name should be accepted as '#InviteChannel' by ngircd.
+ Name = InviteChannel
Modes = i
[Channel]
Name = #TopicChannel
Modes = t
Topic = the topic
-
+
[Channel]
Name = #SecretChannel
Modes = s
Topic = A secret Channel
+[Channel]
+ Name = &LocalChannel
+ Topic = A local Channel
+
+[Channel]
+ Name = +ModelessChannel
+ Topic = A modeless Channel
# -eof-