From a39f10de70532cc686263f6fa9ee3efa2f39f7d6 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 28 Dec 2020 16:29:19 +0100 Subject: rc3: use ircs protocol handler in webirc links (#131) --- configs/conferences/rc3/create_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/conferences/rc3/create_config.php') diff --git a/configs/conferences/rc3/create_config.php b/configs/conferences/rc3/create_config.php index 3016317..1c71654 100644 --- a/configs/conferences/rc3/create_config.php +++ b/configs/conferences/rc3/create_config.php @@ -32,7 +32,7 @@ foreach ( $channels as $c ) { 'IRC' => true, 'IRC_CONFIG' => array( 'DISPLAY' => '#rc3-$c[slug] @ hackint', - 'URL' => 'https://webirc.hackint.org/#irc://irc.hackint.org/#rc3-$c[slug]', + 'URL' => 'https://webirc.hackint.org/#ircs://irc.hackint.org/#rc3-$c[slug]', ), 'TWITTER' => true, 'TWITTER_CONFIG' => array( -- cgit v1.2.3