From c66fb40df54ef30b5513f7986f72960e1da71ba5 Mon Sep 17 00:00:00 2001 From: NEMESIS13cz Date: Fri, 30 Oct 2015 16:44:07 +0100 Subject: [PATCH] changed limit to 1000 --- mentio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mentio.py b/mentio.py index 936b424..f6496a3 100644 --- a/mentio.py +++ b/mentio.py @@ -4,7 +4,7 @@ from traceback import format_exc as print_traceback mentions = open_json_file("mentio", {}) # contains a list of keywords for each player (uuid) -max_amount = -1 +max_amount = 1000 arrow = colorify(u"&r&7\u2192&r") colors_reg = reg_compile(u"\u00A7[\\da-fk-or]") # finds color codes