Add (commented) passwords to example config.
authorMartin Johansson <martin@fatbob.nu>
Fri, 7 Oct 2011 12:14:57 +0000 (08:14 -0400)
committerMartin Johansson <martin@fatbob.nu>
Fri, 7 Oct 2011 12:14:57 +0000 (08:14 -0400)
umurmur.conf.example

index 0caf16c90be8a429551dfd7bbc304d92c73c6429..853348318750f380e47dc4a22f8845b894b5b555 100644 (file)
@@ -36,11 +36,13 @@ channels = ( {
         name = "Red team";
         parent = "Lobby";
         description = "The Red team channel";
+     # password = "redpw";
         },
         {
         name = "Blue team";
         parent = "Lobby";
         description = "The Blue team channel";
+     # password = "bluepw";
         }
 );
 # Channel links configuration.
@@ -55,4 +57,5 @@ channel_links = ( {
 );
 
 # The channel in which users will appear in when connecting.
+# Note that default channel can't have 'noenter = true' or password set
 default_channel = "Lobby";