From f5a833663be7ca3ee0cb68fd7a89ad91daa6ec6a Mon Sep 17 00:00:00 2001 From: flashwave Date: Sun, 6 Feb 2022 17:14:47 +0000 Subject: [PATCH] oops --- config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):