From 2ca1b2d619516d0dda148685ec58471e2d8fd76e Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Wed, 29 May 2024 15:03:49 -0400 Subject: [PATCH] Add maintenance message --- inc/instance-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/instance-config.php b/inc/instance-config.php index 9aad1cc8..6761e72b 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -591,5 +591,5 @@ $config['filters'][] = array( 'message' => 'New threads are being created too quickly. Wait [at most] 10 minutes' ); -$config['global_message'] = 'Matrix   IRC Chat   Mumble   Telegram   Discord'; +$config['global_message'] = 'Matrix   IRC Chat   Mumble   Telegram   Discord

We will be performing scheduled maintenance from 2-3am UTC, May 30th. The board will be read only during this time.'; $config['debug'] = false;