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
1 changed files with 1 additions and 0 deletions

View File

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