aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/rc3/create_config.php
diff options
context:
space:
mode:
authorMartin Weinelt2020-12-28 16:29:19 +0100
committerGitHub2020-12-28 16:29:19 +0100
commita39f10de70532cc686263f6fa9ee3efa2f39f7d6 (patch)
tree9ec21f6319f77b6823d87ea62532531592a99931 /configs/conferences/rc3/create_config.php
parentc908cc2c330434d94a95d19fba6cfbab72931955 (diff)
rc3: use ircs protocol handler in webirc links (#131)
Diffstat (limited to 'configs/conferences/rc3/create_config.php')
-rw-r--r--configs/conferences/rc3/create_config.php2
1 files changed, 1 insertions, 1 deletions
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(