diff options
Diffstat (limited to 'configs/conferences/32c3/config.php')
| -rw-r--r-- | configs/conferences/32c3/config.php | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/configs/conferences/32c3/config.php b/configs/conferences/32c3/config.php index aae1be0..71c3d84 100644 --- a/configs/conferences/32c3/config.php +++ b/configs/conferences/32c3/config.php @@ -122,6 +122,7 @@ $GLOBALS['CONFIG']['OVERVIEW'] = array(  		),  		'Live Podcasts' => array(  			'sendezentrum', +			'podcastertisch',  		),  	),  ); @@ -463,6 +464,17 @@ $GLOBALS['CONFIG']['ROOMS'] = array(  		'IRC' => false,  		'TWITTER' => false,  	), +	'podcastertisch' => array( +		'DISPLAY' => 'Sendezentrum - Podcastertisch', +		'STREAM' => 'podcastertisch', +		'MUSIC' => true, + +		'SCHEDULE' => true, +		'FEEDBACK' => true, +		'EMBED' => true, +		'IRC' => false, +		'TWITTER' => true, +	),  ); | 
