From 2b11e6566656f23b02a4cf919d30e286dca23728 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Wed, 9 Dec 2015 21:30:43 +0100 Subject: [32C3] Add Podcastertisch --- configs/conferences/32c3/config.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'configs') 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, + ), ); -- cgit v1.2.3