From 439ef14de7a5ed1b3dfe2a2a4a139c8a2641b6ad Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 4 Aug 2022 02:37:27 +0100 Subject: chat --- chat.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/chat.lua b/chat.lua index 3e82ade..d91e45d 100644 --- a/chat.lua +++ b/chat.lua @@ -63,12 +63,12 @@ local function draw_lb(W,scores) end draw_lb(wLb,{ - aaa=10 - bbb=100 - ccc=12345 - ddd=234287 - thethethethe=69420 - harold=111222}) + aaa=10, + bbb=100, + ccc=12345, + ddd=234287, + thethethethe=69420, + harold=111222,}) local function score(msg) -- cgit v1.2.3