1
0
mirror of https://github.com/minetest-mods/irc.git synced 2025-06-29 14:40:36 +02:00

Add IRC messages to log.

This commit is contained in:
tai
2016-11-05 22:29:33 +00:00
committed by Diego Martínez
parent 0f6e1dacc4
commit d5ad8ffca4
2 changed files with 6 additions and 2 deletions

View File

@ -65,5 +65,5 @@ function irc:sendLocal(message)
for name, _ in pairs(self.joined_players) do
minetest.chat_send_player(name, message)
end
irc:logChat(message)
end