mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 17:26:32 +01:00
Make the MXP charcode more explicit for readabilty.
This commit is contained in:
parent
ffb9befd7f
commit
2578e6cbfc
1 changed files with 1 additions and 1 deletions
|
|
@ -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\">" + \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue