From f08456d8a4a9fc279b3a2764b917ec4edc912bb3 Mon Sep 17 00:00:00 2001 From: Martin Johansson Date: Fri, 7 Oct 2011 08:14:57 -0400 Subject: [PATCH] Add (commented) passwords to example config. --- umurmur.conf.example | 3 +++ 1 file changed, 3 insertions(+) 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"; -- 2.30.2