added Pro Tip (tm)

This commit is contained in:
jomo
2014-07-16 00:39:25 +02:00
parent 53519b0901
commit a61691bb1d
2 changed files with 6 additions and 4 deletions

View File

@@ -4,10 +4,10 @@ from re import compile as reg_compile
from traceback import format_exc as print_traceback
mentio_filename = "plugins/redstoner-utils.py.dir/files/mentio.json"
mentions = {}
max_amount = 3
arrow = colorify(u"&r&7\u2192&r")
regex = reg_compile(u"\u00A7[\\da-fk-or]")
mentions = {}
max_amount = 3
arrow = colorify(u"&r&7\u2192&r")
regex = reg_compile(u"\u00A7[\\da-fk-or]")
try:
mentions = json.loads(open(mentio_filename).read())