From 2578e6cbfc3ae90b6cd7ff6f6b2b2c3159277ea9 Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 24 Nov 2016 21:36:04 +0100 Subject: [PATCH] Make the MXP charcode more explicit for readabilty. --- evennia/server/portal/mxp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/server/portal/mxp.py b/evennia/server/portal/mxp.py index f1c14f26fc..60df738559 100644 --- a/evennia/server/portal/mxp.py +++ b/evennia/server/portal/mxp.py @@ -18,7 +18,7 @@ import re LINKS_SUB = re.compile(r'\|lc(.*?)\|lt(.*?)\|le', re.DOTALL) -MXP = "\x5B" +MXP = chr(91) MXP_TEMPSECURE = "\x1B[4z" MXP_SEND = MXP_TEMPSECURE + \ "" + \