From 579d6571cc9e2397a5f3f8cb5b66f7529e7a749d Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 4 Aug 2022 03:57:33 +0100 Subject: chat --- chat.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat.lua b/chat.lua index 0b9cd73..30ba4d3 100644 --- a/chat.lua +++ b/chat.lua @@ -168,7 +168,7 @@ while true do userscores[user] = userscores[user] + s if isnan(userscores[user]) then userscores[user] = 0 end save_scores(userscores) - p(wLog,string.format("(%d) <%s> %s",s,user,msg)) + log_msg(wLog,user,msg,s) end -- cgit v1.2.3