diff options
author | ubq323 <ubq323@ubq323.website> | 2022-08-04 03:57:33 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-08-04 03:57:33 +0100 |
commit | 579d6571cc9e2397a5f3f8cb5b66f7529e7a749d (patch) | |
tree | a73924db5570e6d267af48af5bc44f133c6e48fa | |
parent | 2e2714520bb95ef6a89cf0303ea469bef5e86f36 (diff) |
chat
-rw-r--r-- | chat.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |