summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chat.lua12
1 files 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)