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:
parent
a7285df20b
commit
9a4c67fe9d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user