X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=umurmur.conf.example;h=f12aae321327d143d489703eb8568922d6fd0d5c;hb=2c0dc163ea5a84f8bf2d4fb5ac98985d77da32c1;hp=0caf16c90be8a429551dfd7bbc304d92c73c6429;hpb=57bdf78ad9c97b72426f6563e25214e39fc59162;p=umurmur.git diff --git a/umurmur.conf.example b/umurmur.conf.example index 0caf16c..f12aae3 100644 --- a/umurmur.conf.example +++ b/umurmur.conf.example @@ -3,6 +3,13 @@ welcometext = "Welcome to uMurmur!"; certificate = "/etc/umurmur/cert.crt"; private_key = "/etc/umurmur/key.key"; password = ""; +# admin_password = "test"; # Set to enable admin functionality. +# ban_length = 0; # Length in seconds for a ban. Default is 0. 0 = forever. +# enable_ban = false; # Default is false +# 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; @@ -33,14 +40,22 @@ 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"; + # password = "redpw"; }, { name = "Blue team"; parent = "Lobby"; description = "The Blue team channel"; + # password = "bluepw"; } ); # Channel links configuration. @@ -55,4 +70,5 @@ channel_links = ( { ); # The channel in which users will appear in when connecting. +# Note that default channel can't have 'noenter = true' or password set default_channel = "Lobby";