summaryrefslogtreecommitdiff
path: root/chat.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-08-04 03:57:33 +0100
committerubq323 <ubq323@ubq323.website>2022-08-04 03:57:33 +0100
commit579d6571cc9e2397a5f3f8cb5b66f7529e7a749d (patch)
treea73924db5570e6d267af48af5bc44f133c6e48fa /chat.lua
parent2e2714520bb95ef6a89cf0303ea469bef5e86f36 (diff)
chat
Diffstat (limited to 'chat.lua')
-rw-r--r--chat.lua2
1 files changed, 1 insertions, 1 deletions
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