diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-29 22:26:41 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-29 22:26:41 +0000 |
commit | 5b959b346ab38eef9af699c01610146405c6abdc (patch) | |
tree | 399e191c6e7058086cd915a2445e85e465f17f48 | |
parent | 63cbdfdecff90ca86f19e74e7fff52d51eec18ce (diff) |
shop
-rw-r--r-- | shop.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ function parsemeta(m) local out = {} for s in string.gmatch(m..";","(.-);") do local k,v = s:match"^(.-)=(.-)$" - if k=nil then + if k==nil then out.recipient = s else out[k]=v |