diff options
author | dedeibel | 2018-12-27 21:52:32 +0100 |
---|---|---|
committer | dedeibel | 2018-12-27 21:52:32 +0100 |
commit | c9f6ab1360da29bb4ef6c18a38eccf0ef7fd3f35 (patch) | |
tree | ec13fb8caf397ba07430ad843ad0cd8c1b702906 /configs/conferences/35c3 | |
parent | 8050b0beb2b6f338f960c9bb34fadc19c7987023 (diff) |
35c3: add chaoswest irc
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/35c3/config.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/conferences/35c3/config.php b/configs/conferences/35c3/config.php index 13d22aa..27f44ef 100644 --- a/configs/conferences/35c3/config.php +++ b/configs/conferences/35c3/config.php @@ -551,6 +551,11 @@ $CONFIG['ROOMS'] = array( 'DISPLAY' => '@ChaosWildWest @ twitter', 'TEXT' => '@ChaosWildWest', ), + 'IRC' => true, + 'IRC_CONFIG' => array( + 'DISPLAY' => '#chaoswest-stage @ hackint', + 'URL' => 'ircs://irc.hackint.org:6697/chaoswest-stage', + ), ), 'wikipakawg' => array( |