From: Martin Johansson Date: Fri, 20 Dec 2013 20:59:55 +0000 (+0100) Subject: Add new options to example configuration X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=cbb281f7fd017b7df596d4f3242874f953757fa3 Add new options to example configuration --- 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"; } );