Slightly better error message for rate limiting thread creation

This commit is contained in:
towards-a-new-leftypol 2021-01-27 22:54:50 -05:00
parent c03ccd63a1
commit cdf2bd429f
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@
'noip' => true, 'noip' => true,
'find-time' => 60 * 60 * 1, 'find-time' => 60 * 60 * 1,
'action' => 'reject', 'action' => 'reject',
'message' => 'Hmmm' 'message' => 'New threads are being created too quickly. Hmmm'
); );
// Minimum time between posts by the same IP address (all boards). // Minimum time between posts by the same IP address (all boards).