mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Fix text2bbcode mxp links
This commit is contained in:
parent
e76169681e
commit
27f5fd5a9d
1 changed files with 1 additions and 1 deletions
|
|
@ -705,7 +705,7 @@ class TextToBBCODEparser(TextToHTMLparser):
|
|||
|
||||
"""
|
||||
cmd, text = [grp.replace('"', "\\"") for grp in match.groups()]
|
||||
val = f"[mxp=send cmd={cmd}]{text}[/mxp]"
|
||||
val = f"[url=send cmd={cmd}]{text}[/url]"
|
||||
|
||||
return val
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue