X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=umurmur.conf.example;h=90397c3ef39babee3112330632081389811658b0;hb=cbb281f7fd017b7df596d4f3242874f953757fa3;hp=c48e5653314448386df510d55aba0f79c5afd4d6;hpb=f88efb8746195b4b75501970b5cca43327e43587;p=umurmur.git diff --git a/umurmur.conf.example b/umurmur.conf.example index c48e565..90397c3 100644 --- a/umurmur.conf.example +++ b/umurmur.conf.example @@ -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,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"; } );