X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=openwrt%2Ffiles%2Fumurmur.conf;fp=openwrt%2Ffiles%2Fumurmur.conf;h=853348318750f380e47dc4a22f8845b894b5b555;hb=c6a314f35325cc7910730b193e5ff544e6023c8f;hp=0caf16c90be8a429551dfd7bbc304d92c73c6429;hpb=76f6cc6fd2eecb29f265226e43408a0d9ad41174;p=umurmur.git diff --git a/openwrt/files/umurmur.conf b/openwrt/files/umurmur.conf index 0caf16c..8533483 100644 --- a/openwrt/files/umurmur.conf +++ b/openwrt/files/umurmur.conf @@ -36,11 +36,13 @@ channels = ( { 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 +57,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";