aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/camp2019
diff options
context:
space:
mode:
authorAndreas Hubel2019-08-21 22:53:12 +0200
committerAndreas Hubel2019-08-21 22:53:12 +0200
commit436af3b46508fc8b8d232f180633886a8a1e903d (patch)
tree7e774754abbaee1ad6b97a1c57eb6e8451344f8c /configs/conferences/camp2019
parentd52f61de1374c64fdd5c5dba66562ee248d916cf (diff)
fix irc links
Diffstat (limited to 'configs/conferences/camp2019')
-rw-r--r--configs/conferences/camp2019/config.php6
1 files changed, 3 insertions, 3 deletions
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',
);
/**