Merge pull request #25 from fmorgner/ipv4
[umurmur.git] / umurmur.conf.example
index 5fd24bc7ec786c5bd22ca738c6577fb70c78fab5..f12aae321327d143d489703eb8568922d6fd0d5c 100644 (file)
@@ -40,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";