From cbb281f7fd017b7df596d4f3242874f953757fa3 Mon Sep 17 00:00:00 2001 From: Martin Johansson Date: Fri, 20 Dec 2013 21:59:55 +0100 Subject: [PATCH] Add new options to example configuration --- umurmur.conf.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/umurmur.conf.example b/umurmur.conf.example index f12aae3..90397c3 100644 --- a/umurmur.conf.example +++ b/umurmur.conf.example @@ -43,18 +43,20 @@ channels = ( { name = "Silent"; parent = "Root"; description = "Silent channel"; - silent = true; # Default is false + 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"; } ); -- 2.30.2