diff options
author | ubq323 <ubq323@ubq323.website> | 2022-08-04 02:37:27 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-08-04 02:37:27 +0100 |
commit | 439ef14de7a5ed1b3dfe2a2a4a139c8a2641b6ad (patch) | |
tree | 5783d9a9275e7ec18bb664f87a868546d4f07eb5 | |
parent | 39f403e0639637b691778e49c2a1929c09864fc3 (diff) |
chat
-rw-r--r-- | chat.lua | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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) |