diff options
author | Andreas Hubel | 2019-08-21 22:53:12 +0200 |
---|---|---|
committer | Andreas Hubel | 2019-08-21 22:53:12 +0200 |
commit | 436af3b46508fc8b8d232f180633886a8a1e903d (patch) | |
tree | 7e774754abbaee1ad6b97a1c57eb6e8451344f8c | |
parent | d52f61de1374c64fdd5c5dba66562ee248d916cf (diff) |
fix irc links
-rw-r--r-- | configs/conferences/camp2019/config.php | 6 |
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', ); /** |