diff options
Diffstat (limited to 'chat.lua')
-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 |