repo: ngircd
action: commit
revision: 
path_from: 
revision_from: ea35ba74b68d8d6906b6cd2d1ad85a348c647beb:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit ea35ba74b68d8d6906b6cd2d1ad85a348c647beb
Author: Florian Westphal 
Date:   Sat Mar 7 00:30:11 2009 +0100

    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').

diff --git a/src/testsuite/ngircd-test1.conf b/src/testsuite/ngircd-test1.conf
index a12873fb69105911a3579c323dd3c4281e1f9452..
index ..51a57fb34209b9a46a31dd260cfbc2d7cf094670 100644
--- a/src/testsuite/ngircd-test1.conf
+++ b/src/testsuite/ngircd-test1.conf
@@ -22,7 +22,8 @@
 	PeerPassword = pwd2

 [Channel]
-	Name = #InviteChannel
+# This name should be accepted as '#InviteChannel' by ngircd.
+	Name = InviteChannel
 	Modes = i

 [Channel]
@@ -35,10 +36,17 @@
 	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-

-----END OF PAGE-----