Remove author name from IRC message

This commit is contained in:
rubenwardy 2018-01-28 00:39:20 +00:00
parent 4f7a88facf
commit 460774edaa

View file

@ -73,7 +73,7 @@ function ctf_map.place_map(map)
end
minetest.chat_send_all(msg)
if minetest.global_exists("irc") and irc.connected then
irc:say(msg)
irc:say("Map: " .. map.name)
end
end)