From 7efde4962a556dcdd159da12aa2b8d93860338c7 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 27 Dec 2020 23:35:52 +0100 Subject: enable irc for chaostrawler (#130) initially we didn't want to use irc but with the current integration we would love to!--- configs/conferences/rc3/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/conferences/rc3/config.php b/configs/conferences/rc3/config.php index 6eaeff8..90a33d7 100644 --- a/configs/conferences/rc3/config.php +++ b/configs/conferences/rc3/config.php @@ -450,7 +450,7 @@ $CONFIG['ROOMS'] = array( 'FEEDBACK' => true, 'SUBTITLES' => false, 'EMBED' => true, - 'IRC' => false, + 'IRC' => true, 'IRC_CONFIG' => array( 'DISPLAY' => '#rc3-chaostrawler @ hackint', 'URL' => 'https://webirc.hackint.org/#irc://irc.hackint.org/#rc3-chaostrawler', -- cgit v1.2.3