Add new options to example configuration
[umurmur.git] / umurmur.conf.example
index 5fd24bc7ec786c5bd22ca738c6577fb70c78fab5..90397c3ef39babee3112330632081389811658b0 100644 (file)
@@ -40,15 +40,23 @@ channels = ( {
         description = "Lobby channel";
         },
         {
+        name = "Silent";
+        parent = "Root";
+        description = "Silent channel";
+        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";
         }
 );