Skip to content

Commit 2ebb2d7

Browse files
committed
ChatMon: Fixed escaping issue
1 parent f49163b commit 2ebb2d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/chatmon/deprecate_plugin.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ local converted = text
6666
:gsub('</ChatMon>', '}')
6767
:gsub('/?>', '},')
6868
:gsub('&(%w+);', entities)
69+
:gsub('\\', '\\\\\\\\')
6970

7071
local chatmon_plugin_xml = loadstring(converted)()
7172

0 commit comments

Comments
 (0)