diff options
author | Simon | 2020-12-23 01:05:29 +0100 |
---|---|---|
committer | GitHub | 2020-12-23 01:05:29 +0100 |
commit | 3401b45dcc2117588aca4c3272290fcbd25730bf (patch) | |
tree | 954e5999d92535bde852360ed643d0f3c942496a /configs/conferences | |
parent | 88c239ca670731cf91a06ea97e3ebf14104ef0b6 (diff) |
added config for chaostrawler channel (#126)
changed display name
changed room_guid
changed irc to false
changed twitter hashtag
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/rc3/config.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configs/conferences/rc3/config.php b/configs/conferences/rc3/config.php index 5b6500c..b4f6ad8 100644 --- a/configs/conferences/rc3/config.php +++ b/configs/conferences/rc3/config.php @@ -321,7 +321,7 @@ $CONFIG['ROOMS'] = array( ), ), 'chaostrawler' => array( - 'DISPLAY' => 'ChaosTrawler Stubnitz', + 'DISPLAY' => 'ChaosTrawler Stubnitz/Gängeviertel', 'DISPLAY_SHORT' => 'chaostrawler', 'STREAM' => 'chaostrawler', 'PREVIEW' => true, @@ -337,19 +337,19 @@ $CONFIG['ROOMS'] = array( 'MUSIC' => false, 'SCHEDULE' => true, 'SCHEDULE_NAME' => 'ChaosTrawler Stubnitz/Gängeviertel Hamburg', - 'ROOM_GUID' => '', + 'ROOM_GUID' => 'd736ad8f-29ec-4a02-811e-9877798437ba', 'FEEDBACK' => true, 'SUBTITLES' => false, 'EMBED' => true, - 'IRC' => true, + 'IRC' => false, 'IRC_CONFIG' => array( 'DISPLAY' => '#rc3-chaostrawler @ hackint', 'URL' => 'https://webirc.hackint.org/#irc://irc.hackint.org/#rc3-chaostrawler', ), 'TWITTER' => true, 'TWITTER_CONFIG' => array( - 'DISPLAY' => '#rC3chaostrawler @ mastodon/twitter', - 'TEXT' => '#rC3chaostrawler', + 'DISPLAY' => '#chaostrawler @ mastodon/twitter', + 'TEXT' => '#chaostrawler', ), ), 'chaoszone' => array( |