1
0
mirror of https://github.com/minetest-mods/irc.git synced 2025-02-11 22:30:21 +01:00

Add IRC chat to logs

Allows monitoring all chat through log watcher daemons, and see full chat excerpts
This commit is contained in:
Tai Kedzierski 2016-10-05 17:36:45 +01:00 committed by GitHub
parent 43493eb2ea
commit 998635cbbc

View File

@ -5,6 +5,7 @@ irc.msgs = irc.lib.msgs
function irc:sendLocal(message) function irc:sendLocal(message)
minetest.chat_send_all(message) minetest.chat_send_all(message)
minetest.debug("IRC CHAT: "..message)
end end
function irc:playerMessage(name, message) function irc:playerMessage(name, message)