From 1aa3639c98c9d285ab7e101fdf8ee1c562d9a8dd Mon Sep 17 00:00:00 2001 From: heav Date: Mon, 14 Nov 2022 22:06:18 +0000 Subject: small correction. --- messagelog.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messagelog.lua b/messagelog.lua index 9f05ab4..9ce20cf 100644 --- a/messagelog.lua +++ b/messagelog.lua @@ -26,7 +26,7 @@ local function unesc(x) local c2 = x:sub(i+1,i+1) if c2 == "\\" then res = res .. "\\" end if c2 == "a" then res = res .. "\01" end - if c2 == "b" then res = res .. "\01" end + if c2 == "b" then res = res .. "\02" end if c2 == "p" then res = res .. "|" end i = i + 1 else -- cgit v1.2.3