diff options
-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) |