aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon2020-12-27 23:35:52 +0100
committerAndreas Hubel2020-12-27 23:39:35 +0100
commit7efde4962a556dcdd159da12aa2b8d93860338c7 (patch)
treea345f2b8c5c1f9da7322105b703445a34f3b2597
parent3f386be0088ffe521babbf5b6b511600243c2f0f (diff)
enable irc for chaostrawler (#130)
initially we didn't want to use irc but with the current integration we would love to!
-rw-r--r--configs/conferences/rc3/config.php2
1 files changed, 1 insertions, 1 deletions
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',