Merge pull request #1 from Developaws/patch-1

Presume you wanted to send the closing message, rather than opening.
This commit is contained in:
texmex 2018-07-21 23:01:16 +02:00 committed by GitHub
commit 16abb87de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ minetest.register_globalstep(function(dtime)
matrix.say(message.closing)
end
if minetest.get_modpath("irc") ~= nil and irc.connected then
irc.say(message.open)
irc.say(message.closing)
end
minetest.chat_send_all(message.closing)
message_status.closing = false