1
0
mirror of https://github.com/minetest-mods/irc.git synced 2024-11-05 09:40:20 +01:00

removed extraneous variable

This commit is contained in:
Tai @ Flex 2016-11-18 14:13:09 +00:00
parent a7285df20b
commit 9a4c67fe9d

View File

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