summaryrefslogtreecommitdiff
path: root/mentio.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-07-16 00:39:25 +0200
committerjomo <github@jomo.tv>2014-07-16 00:39:25 +0200
commita61691bb1d998919d63feddf71a348215b8639cc (patch)
tree76a86a631b88ebffb9c7651a17c10f348b888752 /mentio.py
parent53519b0901629c90a622b6fe5f183035cd72a97e (diff)
added Pro Tip (tm)
Diffstat (limited to 'mentio.py')
-rw-r--r--mentio.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/mentio.py b/mentio.py
index 20fe41c..638eaf9 100644
--- a/mentio.py
+++ b/mentio.py
@@ -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())