From cdf2bd429f3f9aac89490b02aa58997e7093d623 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Wed, 27 Jan 2021 22:54:50 -0500 Subject: [PATCH] Slightly better error message for rate limiting thread creation --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index cf9969bb..3d2b76d0 100644 --- a/inc/config.php +++ b/inc/config.php @@ -358,7 +358,7 @@ 'noip' => true, 'find-time' => 60 * 60 * 1, 'action' => 'reject', - 'message' => 'Hmmm' + 'message' => 'New threads are being created too quickly. Hmmm' ); // Minimum time between posts by the same IP address (all boards).