diff options
Diffstat (limited to 'configs/conferences/35c3/config.php')
| -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( | 
