diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/rc3/create_config.php | 2 |
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( |