X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=umurmur.conf.example;h=90397c3ef39babee3112330632081389811658b0;hb=cbb281f7fd017b7df596d4f3242874f953757fa3;hp=f12aae321327d143d489703eb8568922d6fd0d5c;hpb=c7a24ac8471652b8443453d8f02acd7b85a68d60;p=umurmur.git 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"; } );