Add password example to OpenWRT default conf.
authorMartin Johansson <martin@fatbob.nu>
Tue, 11 Oct 2011 10:43:52 +0000 (06:43 -0400)
committerMartin Johansson <martin@fatbob.nu>
Tue, 11 Oct 2011 10:43:52 +0000 (06:43 -0400)
openwrt/files/umurmur.conf

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";