<?php
$roots = array('Game Area', 'WoW');
$exceptions = array('Ladder Room');
$default = 'Group 1';

$host = 'ts3.1337community.org';
$queryport = 10011;
$voiceport = 9987;
$user = 'serveradmin';
$passwd = 'supersecret';

$options = array(
	'inherit_icons' => true
);