From dff83acaf6e75e42fd6060bb4d3fe4176e47310c Mon Sep 17 00:00:00 2001 From: Thorsten Date: Sun, 12 Jun 2016 21:02:37 +0200 Subject: [PATCH] fix bug --- plugins/comment_joins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/comment_joins.py b/plugins/comment_joins.py index dfecd63..8e47e6d 100644 --- a/plugins/comment_joins.py +++ b/plugins/comment_joins.py @@ -17,7 +17,7 @@ comment_joins_strings = [ def comment_joins(**args): # max elapsed time between the latest and the N latest join timespan = 120 - max_joins = config.runtime_config_store + max_joins = 6 current_timestamp = int(time.time())