Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
derchrisuk authored Oct 31, 2023
1 parent d7d72b7 commit ef1505b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions configs/conferences/godotcon2023/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
'SUBTITLES' => false,
'IRC' => true,
'IRC_CONFIG' => array(
'DISPLAY' => 'Webchat',
'URL' => 'Webchat URL',
'DISPLAY' => '#godotcon-track1 @ Discord',
'URL' => 'Discord URL',
),
'TWITTER' => true,
'TWITTER_CONFIG' => array(
Expand All @@ -74,8 +74,8 @@
'SUBTITLES' => false,
'IRC' => true,
'IRC_CONFIG' => array(
'DISPLAY' => 'Webchat',
'URL' => 'Webchat URL',
'DISPLAY' => '#godotcon-track2 @ Discord',
'URL' => 'Discord URL',
),
'TWITTER' => true,
'TWITTER_CONFIG' => array(
Expand Down Expand Up @@ -103,8 +103,8 @@
'SUBTITLES' => false,
'IRC' => true,
'IRC_CONFIG' => array(
'DISPLAY' => 'Webchat',
'URL' => 'Webchat URL',
'DISPLAY' => '#godotcon-main @ Discord',
'URL' => 'Discord URL',
),
'TWITTER' => true,
'TWITTER_CONFIG' => array(
Expand All @@ -115,8 +115,8 @@

$CONFIG['EMBED'] = true;
$CONFIG['IRC'] = array(
'DISPLAY' => 'Webchat',
'URL' => 'Webchat URL',
'DISPLAY' => '#godotcon-main @ Discord',
'URL' => 'Discord URL',
);

$CONFIG['TWITTER'] = array(
Expand Down

0 comments on commit ef1505b

Please sign in to comment.