X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=umurmur.conf.example;h=853348318750f380e47dc4a22f8845b894b5b555;hb=f08456d8a4a9fc279b3a2764b917ec4edc912bb3;hp=0caf16c90be8a429551dfd7bbc304d92c73c6429;hpb=977a33f0978bec21b3c12a8c04a40bf56afe7334;p=umurmur.git diff --git a/umurmur.conf.example b/umurmur.conf.example index 0caf16c..8533483 100644 --- a/umurmur.conf.example +++ b/umurmur.conf.example @@ -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";