Add new options to example configuration
authorMartin Johansson <martin@fatbob.nu>
Fri, 20 Dec 2013 20:59:55 +0000 (21:59 +0100)
committerMartin Johansson <martin@fatbob.nu>
Fri, 20 Dec 2013 20:59:55 +0000 (21:59 +0100)
umurmur.conf.example

index f12aae321327d143d489703eb8568922d6fd0d5c..90397c3ef39babee3112330632081389811658b0 100644 (file)
@@ -43,18 +43,20 @@ channels = ( {
         name = "Silent";
         parent = "Root";
         description = "Silent channel";
-        silent = true; # Default is false 
+        silent = true; # Optional. Default is false 
         },
         {
         name = "Red team";
         parent = "Lobby";
         description = "The Red team channel";
+     position = 0;   # Optional. Default is 0 and the channels will be shown in alphabetic order.
      # password = "redpw";
         },
         {
         name = "Blue team";
         parent = "Lobby";
         description = "The Blue team channel";
+     position = 1;   # Optional. Default is 0 and the channels will be shown in alphabetic order.
      # password = "bluepw";
         }
 );