Make the MXP charcode more explicit for readabilty.

This commit is contained in:
Griatch 2016-11-24 21:36:04 +01:00
parent ffb9befd7f
commit 2578e6cbfc

View file

@ -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 + \
"<SEND HREF=\"\\1\">" + \