From a13571cdade07802fcf8c72cb0924cf455032a12 Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Sun, 8 Sep 2013 14:59:43 +1000 Subject: [PATCH] Comment mistake --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 9f231e30..0cdbe709 100644 --- a/inc/config.php +++ b/inc/config.php @@ -325,7 +325,7 @@ // Minimum time between posts with the same text. (Same content, but not always the same IP address.) $config['filters'][] = array( 'condition' => array( - 'flood-match' => array('body'), // Match IP address and post body + 'flood-match' => array('body'), // Match only post body 'flood-time' => &$config['flood_time_same'] ), 'action' => 'reject',