Make chatplus then return the retval

This commit is contained in:
rubenwardy 2015-12-18 02:33:08 +00:00
parent ed6d75b582
commit c8ad4dcfbc

View file

@ -214,6 +214,7 @@ minetest.register_on_chat_message(function(...)
if ret and minetest.global_exists("irc") then
irc.on_chatmessage(...)
end
return ret
end)
minetest.register_on_joinplayer(function(player)
chatplus.log(player:get_player_name() .. " joined")