forked from GithubBackups/vichan
infinity/smart-build: typo
This commit is contained in:
parent
92e4314a62
commit
be88d026bd
@ -177,7 +177,7 @@
|
|||||||
$config['hour_max_threads'] = 10;
|
$config['hour_max_threads'] = 10;
|
||||||
$config['filters'][] = array(
|
$config['filters'][] = array(
|
||||||
'condition' => array(
|
'condition' => array(
|
||||||
'custom' => 'test_posts_per_hour'
|
'custom' => 'max_posts_per_hour'
|
||||||
),
|
),
|
||||||
'action' => 'reject',
|
'action' => 'reject',
|
||||||
'message' => 'On this board, to prevent raids the number of threads that can be created per hour is limited. Please try again later, or post in an existing thread.'
|
'message' => 'On this board, to prevent raids the number of threads that can be created per hour is limited. Please try again later, or post in an existing thread.'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user