Add include <time.h> for CLOCK_MONOTONIC
[umurmur.git] / umurmur.conf.example
index c48e5653314448386df510d55aba0f79c5afd4d6..f12aae321327d143d489703eb8568922d6fd0d5c 100644 (file)
@@ -9,6 +9,7 @@ password = "";
 # banfile = "banfile.txt";   # File to save bans to. Default is to not save bans to file.
 # sync_banfile = false;      # Keep banfile synced. Default is false, which means it is saved to at shutdown only.
 # allow_textmessage = true;  # Default is true
+# opus_threshold = 100;      # Percentage of users supporting Opus codec for it to be chosen. Default is 100.
 max_users = 10;
 
 # bindport = 64738;
@@ -39,6 +40,12 @@ channels = ( {
         description = "Lobby channel";
         },
         {
+        name = "Silent";
+        parent = "Root";
+        description = "Silent channel";
+        silent = true; # Default is false 
+        },
+        {
         name = "Red team";
         parent = "Lobby";
         description = "The Red team channel";