From 436af3b46508fc8b8d232f180633886a8a1e903d Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Wed, 21 Aug 2019 22:53:12 +0200 Subject: fix irc links --- configs/conferences/camp2019/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs/conferences/camp2019') diff --git a/configs/conferences/camp2019/config.php b/configs/conferences/camp2019/config.php index a28528e..62d3d42 100644 --- a/configs/conferences/camp2019/config.php +++ b/configs/conferences/camp2019/config.php @@ -319,7 +319,7 @@ $CONFIG['ROOMS'] = array( */ 'IRC_CONFIG' => array( 'DISPLAY' => '#camp-curie @ hackint', - 'URL' => 'https://webirc.hackint.org/#camp-curie', + 'URL' => 'https://webirc.hackint.org/#irc://irc.hackint.org/#camp-curie', ), /** @@ -375,7 +375,7 @@ $CONFIG['ROOMS'] = array( 'TWITTER' => true, 'IRC_CONFIG' => array( 'DISPLAY' => '#camp-meitner @ hackint', - 'URL' => 'https://webirc.hackint.org/#camp-meitner', + 'URL' => 'https://webirc.hackint.org/#irc://irc.hackint.org/#camp-meitner', ), 'TWITTER_CONFIG' => array( 'DISPLAY' => '#tentmeitner @ fediverse/twitter', @@ -519,7 +519,7 @@ $CONFIG['IRC'] = array( * %s wird durch den urlencodeten Raum-Slug ersetzt. * Eine Anpassung kann ebenfalls in der Raum-Konfiguration vorgenommen werden. */ - 'URL' => 'https://webirc.hackint.org/#camp', + 'URL' => 'https://webirc.hackint.org/#irc://irc.hackint.org/#camp', ); /** -- cgit v1.2.3