diff --git a/config/config.php b/config/config.php index 6908d06..a7e91e6 100644 --- a/config/config.php +++ b/config/config.php @@ -108,7 +108,7 @@ $config['forceAutoLogin'] = false; $config['showChannelMessages'] = true; // If enabled, the chat will only be accessible for the admin: -$config['chatClosed'] = true; +$config['chatClosed'] = false; // Defines the timezone offset in seconds (-12*60*60 to 12*60*60) - if null, the server timezone is used: $config['timeZoneOffset'] = null; // Defines the hour of the day the chat is opened (0 - closingHour):